mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 15:02:42 +01:00
fixed song list play order mismatch
also sort by disc/track correctly
This commit is contained in:
@@ -11,6 +11,8 @@ export type TrackExt = Track & {
|
||||
coverArt?: string
|
||||
artistId?: string
|
||||
albumId?: string
|
||||
track?: number
|
||||
discNumber?: number
|
||||
}
|
||||
|
||||
export type Progress = {
|
||||
|
||||
Reference in New Issue
Block a user