mirror of
https://github.com/jellyfin/TMDbLib.git
synced 2024-11-26 23:30:23 +00:00
Merge pull request #363 from mpfc75/patch-1
Update WatchProviders.cs to resolve issue #361
This commit is contained in:
commit
788a5b7850
@ -16,5 +16,11 @@ namespace TMDbLib.Objects.General
|
|||||||
|
|
||||||
[JsonProperty("buy")]
|
[JsonProperty("buy")]
|
||||||
public List<WatchProviderItem> Buy { get; set; }
|
public List<WatchProviderItem> Buy { get; set; }
|
||||||
|
|
||||||
|
[JsonProperty("free")]
|
||||||
|
public List<WatchProviderItem> Free { get; set; }
|
||||||
|
|
||||||
|
[JsonProperty("ads")]
|
||||||
|
public List<WatchProviderItem> Ads { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user