parent
ccb0e14e48
commit
933573b57f
1 changed files with 1 additions and 1 deletions
|
@ -374,7 +374,7 @@ const getTopSongList = async (args: TopSongListArgs): Promise<SongListResponse>
|
|||
IncludeItemTypes: 'Audio',
|
||||
Limit: query.limit,
|
||||
Recursive: true,
|
||||
SortBy: 'CommunityRating,SortName',
|
||||
SortBy: 'PlayCount,SortName',
|
||||
SortOrder: 'Descending',
|
||||
UserId: apiClientProps.server?.userId,
|
||||
},
|
||||
|
|
Reference in a new issue