Adds missing models, oops
This commit is contained in:
parent
f6921b7025
commit
43ecf7e3e4
@ -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
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user