mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
Update Emby.Dlna/ContentDirectory/ControlHandler.cs
This commit is contained in:
parent
a236f52c31
commit
ac06022e0f
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue