mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 06:52:43 +01:00
remove thumbnail cache
This commit is contained in:
@@ -2,16 +2,12 @@ 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