mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 15:02:42 +01:00
home screen first pass
This commit is contained in:
@@ -29,6 +29,14 @@ export interface Album {
|
||||
year?: number
|
||||
}
|
||||
|
||||
export interface AlbumListItem {
|
||||
id: string
|
||||
name: string
|
||||
artist?: string
|
||||
starred?: Date
|
||||
coverArtThumbUri?: string
|
||||
}
|
||||
|
||||
export interface AlbumArt {
|
||||
uri?: string
|
||||
thumbUri?: string
|
||||
|
||||
Reference in New Issue
Block a user