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:
@@ -23,7 +23,7 @@ namespace Emby.Server.Implementations.Library.Resolvers.Books
|
||||
var collectionType = args.GetCollectionType();
|
||||
|
||||
// Only process items that are in a collection folder containing books
|
||||
if (collectionType != CollectionType.Books)
|
||||
if (collectionType != CollectionType.books)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user