implement track favoriting

update img route
This commit is contained in:
geoffrey45
2022-12-17 22:42:11 +03:00
committed by Mungai Njoroge
parent 35a8446f8b
commit c7cc687286
12 changed files with 141 additions and 31 deletions
+1
View File
@@ -24,6 +24,7 @@ export interface Track extends AlbumDisc {
trackhash: string;
copyright?: string;
filetype: string;
is_favorite: boolean;
}
export interface Folder {