fixed song list play order mismatch

also sort by disc/track correctly
This commit is contained in:
austinried
2021-08-20 11:30:51 +09:00
parent 58cee33af7
commit 06e84fec8d
5 changed files with 24 additions and 8 deletions

View File

@@ -59,6 +59,7 @@ export interface Song {
artistId?: string
title: string
track?: number
discNumber?: number
duration?: number
starred?: Date