mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-03 06:18:28 +01:00
Fix TotalRecordCount calculation
This commit is contained in:
@@ -42,7 +42,7 @@ namespace Emby.Server.Implementations.Playlists
|
||||
|
||||
query.Recursive = true;
|
||||
query.IncludeItemTypes = new[] { BaseItemKind.Playlist };
|
||||
return LibraryManager.GetItemsResult(query);
|
||||
return QueryWithPostFiltering2(query);
|
||||
}
|
||||
|
||||
public override string GetClientTypeName()
|
||||
|
||||
Reference in New Issue
Block a user