mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
process albums seperate from tracks
- break populate function into 2
This commit is contained in:
@@ -6,6 +6,7 @@ export interface Track {
|
||||
album?: string;
|
||||
artists: string[];
|
||||
albumartist?: string;
|
||||
albumhash?: string;
|
||||
folder?: string;
|
||||
filepath?: string;
|
||||
length?: number;
|
||||
|
||||
Reference in New Issue
Block a user