mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
add is_soundtrack and is_compilation flags to album objects
This commit is contained in:
@@ -31,6 +31,8 @@ interface AlbumInfo {
|
||||
duration: number;
|
||||
date: string;
|
||||
image: string;
|
||||
is_compilation: boolean;
|
||||
is_soundtrack: boolean;
|
||||
}
|
||||
|
||||
interface Artist {
|
||||
|
||||
Reference in New Issue
Block a user