Skip to content

Commit feff50d

Browse files
authored
Merge pull request #49 from Sander0542/fix/subscription
Fix Subscription@SubscribedAt
2 parents d78d742 + d51bb14 commit feff50d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Plex.ServerApi/PlexModels/Account/Subscription.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public class Subscription
1010
public bool Active { get; set; }
1111

1212
[JsonPropertyName("subscribedAt")]
13-
public DateTime SubscribedAt { get; set; }
13+
public DateTime? SubscribedAt { get; set; }
1414

1515
[JsonPropertyName("status")]
1616
public string Status { get; set; }

0 commit comments

Comments
 (0)