mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 15:02:42 +01:00
@@ -2,12 +2,16 @@ import { Album, Playlist, Artist, Song } from './library'
|
||||
|
||||
export enum CacheItemType {
|
||||
coverArt = 'coverArt',
|
||||
coverArtThumb = 'coverArtThumb',
|
||||
artistArt = 'artistArt',
|
||||
artistArtThumb = 'artistArtThumb',
|
||||
song = 'song',
|
||||
}
|
||||
|
||||
export type CacheItemTypeKey = keyof typeof CacheItemType
|
||||
|
||||
export type CacheImageSize = 'thumbnail' | 'original'
|
||||
|
||||
export type CacheFile = {
|
||||
path: string
|
||||
date: number
|
||||
|
||||
Reference in New Issue
Block a user