diff options
| author | Bond_009 <bond.009@outlook.com> | 2020-09-08 16:12:47 +0200 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2020-09-08 16:12:47 +0200 |
| commit | e11a57f19b6f77138765b0924fe8f2731b32b6dc (patch) | |
| tree | b6501427caac0efaef524bcdc4f57fb491e2d258 /MediaBrowser.Providers/Plugins/Tmdb/Models/General/Videos.cs | |
| parent | 46c8a6c1e832e00c4f9475f6dee980a515dc7e64 (diff) | |
Fix some warnings
Diffstat (limited to 'MediaBrowser.Providers/Plugins/Tmdb/Models/General/Videos.cs')
| -rw-r--r-- | MediaBrowser.Providers/Plugins/Tmdb/Models/General/Videos.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Providers/Plugins/Tmdb/Models/General/Videos.cs b/MediaBrowser.Providers/Plugins/Tmdb/Models/General/Videos.cs index 241dcab4d..1c673fdbd 100644 --- a/MediaBrowser.Providers/Plugins/Tmdb/Models/General/Videos.cs +++ b/MediaBrowser.Providers/Plugins/Tmdb/Models/General/Videos.cs @@ -6,6 +6,6 @@ namespace MediaBrowser.Providers.Plugins.Tmdb.Models.General { public class Videos { - public List<Video> Results { get; set; } + public IReadOnlyList<Video> Results { get; set; } } } |
