mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 15:02:42 +01:00
impl cache create/delete with server create/delete
also impl test connection
This commit is contained in:
@@ -72,9 +72,9 @@ export type HomeLists = { [key: string]: AlbumListItem[] }
|
||||
export type StarrableItemType = 'song' | 'album' | 'artist'
|
||||
|
||||
export enum CacheItemType {
|
||||
coverArt,
|
||||
artistArt,
|
||||
song,
|
||||
coverArt = 'coverArt',
|
||||
artistArt = 'artistArt',
|
||||
song = 'song',
|
||||
}
|
||||
|
||||
export type CacheItemTypeKey = keyof typeof CacheItemType
|
||||
|
||||
Reference in New Issue
Block a user