mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 09:14:45 +03:00
Implement various suggestions
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user