mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
implement track favoriting
update img route
This commit is contained in:
committed by
Mungai Njoroge
parent
35a8446f8b
commit
c7cc687286
@@ -24,6 +24,7 @@ export interface Track extends AlbumDisc {
|
||||
trackhash: string;
|
||||
copyright?: string;
|
||||
filetype: string;
|
||||
is_favorite: boolean;
|
||||
}
|
||||
|
||||
export interface Folder {
|
||||
|
||||
Reference in New Issue
Block a user