process albums seperate from tracks

- break populate function into 2
This commit is contained in:
geoffrey45
2022-06-19 14:45:25 +03:00
parent 06ed41d869
commit 3cf44759b5
11 changed files with 100 additions and 220 deletions
+1
View File
@@ -6,6 +6,7 @@ export interface Track {
album?: string;
artists: string[];
albumartist?: string;
albumhash?: string;
folder?: string;
filepath?: string;
length?: number;