mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-16 07:12:18 +01:00
Convert CollectionType to use lowercase enum names
This commit is contained in:
@@ -25,7 +25,7 @@ namespace Emby.Server.Implementations.Playlists
|
||||
public override bool SupportsInheritedParentImages => false;
|
||||
|
||||
[JsonIgnore]
|
||||
public override CollectionType? CollectionType => Jellyfin.Data.Enums.CollectionType.Playlists;
|
||||
public override CollectionType? CollectionType => Jellyfin.Data.Enums.CollectionType.playlists;
|
||||
|
||||
protected override IEnumerable<BaseItem> GetEligibleChildrenForRecursiveChildren(User user)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user