mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-17 15:53:42 +01:00
Update Emby.Dlna/ContentDirectory/ControlHandler.cs
This commit is contained in:
@@ -590,7 +590,7 @@ namespace Emby.Dlna.ContentDirectory
|
||||
return GetGenreItems(item, user, sort, startIndex, limit);
|
||||
}
|
||||
|
||||
if (stubType is not StubType.Folder && item is IHasCollectionType collectionFolder)
|
||||
if (stubType != StubType.Folder && item is IHasCollectionType collectionFolder)
|
||||
{
|
||||
var collectionType = collectionFolder.CollectionType;
|
||||
if (string.Equals(CollectionType.Music, collectionType, StringComparison.OrdinalIgnoreCase))
|
||||
|
||||
Reference in New Issue
Block a user