replace background image with svg

- add symlink svg
- fix validate playlist thumbnails
This commit is contained in:
geoffrey45
2022-06-23 12:32:07 +03:00
parent de7aba3ba7
commit 3eaab97f1f
14 changed files with 835 additions and 125 deletions
+1
View File
@@ -22,6 +22,7 @@ export interface Folder {
path: string;
trackcount: number;
subdircount: number;
is_sym: boolean;
}
export interface AlbumInfo {