mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 15:02:42 +01:00
move album to cover art mapping to music
This commit is contained in:
@@ -80,13 +80,13 @@ export type ListableItem = Song | AlbumListItem | Artist | PlaylistListItem
|
||||
|
||||
export type HomeLists = { [key: string]: AlbumListItem[] }
|
||||
|
||||
export enum CacheFileType {
|
||||
export enum CacheItemType {
|
||||
coverArt,
|
||||
artistArt,
|
||||
song,
|
||||
}
|
||||
|
||||
export type CacheFileTypeKey = keyof typeof CacheFileType
|
||||
export type CacheItemTypeKey = keyof typeof CacheItemType
|
||||
|
||||
export type CacheFile = {
|
||||
path: string
|
||||
|
||||
Reference in New Issue
Block a user