Fix "starred" sorting
This commit is contained in:
@@ -92,7 +92,7 @@ const SongList = (props) => {
|
||||
className={classes.columnIcon}
|
||||
/>
|
||||
}
|
||||
sortBy={'starred DESC, starredAt ASC'}
|
||||
sortBy={'starred DESC, starredAt DESC'}
|
||||
/>
|
||||
) : (
|
||||
<SongContextMenu showStar={false} />
|
||||
|
||||
Reference in New Issue
Block a user