show track number as index in album page

This commit is contained in:
geoffrey45
2022-06-26 19:37:48 +03:00
committed by Mungai Geoffrey
parent 4b522fd317
commit 26b7cd376d
3 changed files with 23 additions and 3 deletions
+1
View File
@@ -15,6 +15,7 @@ export interface Track {
image: string;
tracknumber?: number;
disknumber?: number;
index?: number
}
export interface Folder {