aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Library/LibraryService.cs
diff options
context:
space:
mode:
authorPatrick Barron <barronpm@gmail.com>2020-04-05 17:58:39 -0400
committerPatrick Barron <barronpm@gmail.com>2020-04-05 17:58:39 -0400
commit81b4a4c54c63822692cd3936fc3c7d8d6e45397c (patch)
treec0b4093a156fd0d9879d3841ed86bb4ed3e17cd8 /MediaBrowser.Api/Library/LibraryService.cs
parente1958e3902ae81931c82a31f355cefc2b02a8a2d (diff)
Implement various suggestions
Diffstat (limited to 'MediaBrowser.Api/Library/LibraryService.cs')
-rw-r--r--MediaBrowser.Api/Library/LibraryService.cs1
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))