Fix "starred" sorting
This commit is contained in:
parent
d6ad833538
commit
a6cc88177c
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ const SongList = (props) => {
|
||||||
className={classes.columnIcon}
|
className={classes.columnIcon}
|
||||||
/>
|
/>
|
||||||
}
|
}
|
||||||
sortBy={'starred DESC, starredAt ASC'}
|
sortBy={'starred DESC, starredAt DESC'}
|
||||||
/>
|
/>
|
||||||
) : (
|
) : (
|
||||||
<SongContextMenu showStar={false} />
|
<SongContextMenu showStar={false} />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue