mirror of
https://github.com/navidrome/navidrome.git
synced 2026-05-03 06:51:16 +00: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