mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-19 13:27:42 +03:00
Fix "starred" sorting
This commit is contained in:
parent
d6ad833538
commit
a6cc88177c
@ -92,7 +92,7 @@ const SongList = (props) => {
|
||||
className={classes.columnIcon}
|
||||
/>
|
||||
}
|
||||
sortBy={'starred DESC, starredAt ASC'}
|
||||
sortBy={'starred DESC, starredAt DESC'}
|
||||
/>
|
||||
) : (
|
||||
<SongContextMenu showStar={false} />
|
||||
|
Loading…
x
Reference in New Issue
Block a user