Fix "starred" sorting

This commit is contained in:
Deluan 2020-05-24 12:49:32 -04:00
parent d6ad833538
commit a6cc88177c

View File

@ -92,7 +92,7 @@ const SongList = (props) => {
className={classes.columnIcon}
/>
}
sortBy={'starred DESC, starredAt ASC'}
sortBy={'starred DESC, starredAt DESC'}
/>
) : (
<SongContextMenu showStar={false} />