Adds missing models, oops
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
|
import {AlbumTrackInfo} from "./AlbumTrackInfo.ts";
|
||||||
|
|
||||||
export interface AlbumInfo {
|
export interface AlbumInfo {
|
||||||
albumTitle: string,
|
albumTitle: string,
|
||||||
albumFolder: string,
|
albumArtist: string,
|
||||||
hash: string
|
trackList: AlbumTrackInfo[]
|
||||||
}
|
}
|
||||||
5
src/AlbumMetadata.ts
Normal file
5
src/AlbumMetadata.ts
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
export interface AlbumMetadata {
|
||||||
|
albumTitle: string,
|
||||||
|
albumFolder: string,
|
||||||
|
hash: string
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user