mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-12 19:56:30 +01:00
Convert CollectionType to use lowercase enum names
This commit is contained in:
@@ -724,7 +724,7 @@ namespace MediaBrowser.Controller.Entities
|
||||
|
||||
if (this is IHasCollectionType view)
|
||||
{
|
||||
if (view.CollectionType == CollectionType.LiveTv)
|
||||
if (view.CollectionType == CollectionType.livetv)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user