mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #2944 from SegiH/showPlaylistItemCount
Show playlist item count
This commit is contained in:
commit
7c607cf47a
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue