diff options
| author | Patrick Barron <barronpm@gmail.com> | 2020-04-05 17:58:39 -0400 |
|---|---|---|
| committer | Patrick Barron <barronpm@gmail.com> | 2020-04-05 17:58:39 -0400 |
| commit | 81b4a4c54c63822692cd3936fc3c7d8d6e45397c (patch) | |
| tree | c0b4093a156fd0d9879d3841ed86bb4ed3e17cd8 /MediaBrowser.Api/Library/LibraryService.cs | |
| parent | e1958e3902ae81931c82a31f355cefc2b02a8a2d (diff) | |
Implement various suggestions
Diffstat (limited to 'MediaBrowser.Api/Library/LibraryService.cs')
| -rw-r--r-- | MediaBrowser.Api/Library/LibraryService.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Api/Library/LibraryService.cs b/MediaBrowser.Api/Library/LibraryService.cs index 9251343e8..6f6c1864e 100644 --- a/MediaBrowser.Api/Library/LibraryService.cs +++ b/MediaBrowser.Api/Library/LibraryService.cs @@ -393,6 +393,7 @@ namespace MediaBrowser.Api.Library { return true; } + if (string.Equals(type, "Season", StringComparison.OrdinalIgnoreCase) || string.Equals(type, "Episode", StringComparison.OrdinalIgnoreCase) || string.Equals(type, "MusicVideo", StringComparison.OrdinalIgnoreCase)) |
