mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 07:46:32 +01:00
Cleanup and fix version ordering
This commit is contained in:
@@ -43,8 +43,9 @@ namespace Emby.Server.Implementations.Playlists
|
||||
}
|
||||
|
||||
query.Recursive = true;
|
||||
query.IncludeItemTypes = new[] { BaseItemKind.Playlist };
|
||||
return QueryWithPostFiltering2(query);
|
||||
query.IncludeItemTypes = [BaseItemKind.Playlist];
|
||||
|
||||
return QueryWithPostFiltering(query);
|
||||
}
|
||||
|
||||
public override string GetClientTypeName()
|
||||
|
||||
Reference in New Issue
Block a user