mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-26 17:40:30 +01:00
Merge branch 'master' into media-type
This commit is contained in:
@@ -724,7 +724,7 @@ namespace MediaBrowser.Controller.Entities
|
||||
|
||||
if (this is IHasCollectionType view)
|
||||
{
|
||||
if (string.Equals(view.CollectionType, CollectionType.LiveTv, StringComparison.OrdinalIgnoreCase))
|
||||
if (view.CollectionType == CollectionType.LiveTv)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user