switch to new album list/cover art, remove old

This commit is contained in:
austinried
2021-07-09 21:35:21 +09:00
parent cd9ae9633c
commit 38530134fd
9 changed files with 75 additions and 202 deletions

View File

@@ -37,11 +37,6 @@ export interface AlbumListItem {
coverArtThumbUri?: string
}
export interface AlbumArt {
uri?: string
thumbUri?: string
}
export interface AlbumWithSongs extends Album {
songs: Song[]
}