Adds missing models, oops
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
import {AlbumTrackInfo} from "./AlbumTrackInfo.ts";
|
||||
|
||||
export interface AlbumInfo {
|
||||
albumTitle: string,
|
||||
albumFolder: string,
|
||||
hash: string
|
||||
albumArtist: 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