mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-17 20:42:25 +03:00
fix: "Recent" should sort by play_date, not starred_at
This commit is contained in:
parent
301fa2a957
commit
1e0a79ebb7
@ -13,7 +13,7 @@ const albumListParams = {
|
||||
ALBUM_LIST_RANDOM: { sort: { field: 'random' } },
|
||||
ALBUM_LIST_NEWEST: { sort: { field: 'created_at', order: 'DESC' } },
|
||||
ALBUM_LIST_RECENT: {
|
||||
sort: { field: 'starred_at', order: 'DESC' },
|
||||
sort: { field: 'play_date', order: 'DESC' },
|
||||
filter: { starred: true }
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user