mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
add "single" label if album is a single
This commit is contained in:
+3
-3
@@ -1,5 +1,4 @@
|
||||
import { FromOptions } from "./composables/enums";
|
||||
import { NotifType } from "./composables/enums";
|
||||
import { FromOptions, NotifType } from "./composables/enums";
|
||||
|
||||
interface Track {
|
||||
trackid: string;
|
||||
@@ -14,7 +13,7 @@ interface Track {
|
||||
genre?: string;
|
||||
image: string;
|
||||
tracknumber?: number;
|
||||
discnumber?: number;
|
||||
disknumber?: number;
|
||||
}
|
||||
|
||||
interface Folder {
|
||||
@@ -33,6 +32,7 @@ interface AlbumInfo {
|
||||
image: string;
|
||||
is_compilation: boolean;
|
||||
is_soundtrack: boolean;
|
||||
is_single: boolean;
|
||||
}
|
||||
|
||||
interface Artist {
|
||||
|
||||
Reference in New Issue
Block a user