1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Show track count in list mode

This commit is contained in:
Dmitry Lyzo 2021-09-11 13:47:21 +03:00
parent 2d81800e21
commit 0645e3b187

View file

@ -320,7 +320,7 @@ import { appRouter } from '../components/appRouter';
return apiClient.getItems(apiClient.getCurrentUserId(), modifyQueryWithFilters(instance, {
StartIndex: startIndex,
Limit: limit,
Fields: 'PrimaryImageAspectRatio,SortName,Path',
Fields: 'PrimaryImageAspectRatio,SortName,Path,SongCount,ChildCount',
ImageTypeLimit: 1,
ParentId: item.Id,
SortBy: sortBy