mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
@@ -374,7 +374,7 @@ const getTopSongList = async (args: TopSongListArgs): Promise<SongListResponse>
|
|||||||
IncludeItemTypes: 'Audio',
|
IncludeItemTypes: 'Audio',
|
||||||
Limit: query.limit,
|
Limit: query.limit,
|
||||||
Recursive: true,
|
Recursive: true,
|
||||||
SortBy: 'CommunityRating,SortName',
|
SortBy: 'PlayCount,SortName',
|
||||||
SortOrder: 'Descending',
|
SortOrder: 'Descending',
|
||||||
UserId: apiClientProps.server?.userId,
|
UserId: apiClientProps.server?.userId,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user