mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-05 07:18:47 +01:00
Convert CollectionType to use lowercase enum names
This commit is contained in:
@@ -275,7 +275,7 @@ public class ItemsController : BaseJellyfinApiController
|
||||
collectionType = hasCollectionType.CollectionType;
|
||||
}
|
||||
|
||||
if (collectionType == CollectionType.Playlists)
|
||||
if (collectionType == CollectionType.playlists)
|
||||
{
|
||||
recursive = true;
|
||||
includeItemTypes = new[] { BaseItemKind.Playlist };
|
||||
|
||||
Reference in New Issue
Block a user