Merge pull request #363 from mpfc75/patch-1

Update WatchProviders.cs to resolve issue #361
This commit is contained in:
Michael Bisbjerg 2021-03-14 02:34:42 +01:00 committed by GitHub
commit 788a5b7850
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,5 +16,11 @@ namespace TMDbLib.Objects.General
[JsonProperty("buy")]
public List<WatchProviderItem> Buy { get; set; }
[JsonProperty("free")]
public List<WatchProviderItem> Free { get; set; }
[JsonProperty("ads")]
public List<WatchProviderItem> Ads { get; set; }
}
}
}