mirror of
https://github.com/Jellify-Music/App.git
synced 2026-04-23 11:29:09 -05:00
where tf you getting png from
This commit is contained in:
@@ -48,5 +48,5 @@ export function fetchItemImage(itemId: string, imageType?: ImageType | undefined
|
||||
}
|
||||
|
||||
function getImageFilePath(itemId: string, width: number, height: number, imageType?: ImageType | undefined) {
|
||||
return `${Dirs.CacheDir}/images/${itemId}_${imageType ? `${imageType}_` : ''}${width}x${height}.${ImageFormat.Jpg}`
|
||||
return `${Dirs.CacheDir}/images/${itemId}_${imageType ? `${imageType}_` : ''}${width}x${height}.Jpg`
|
||||
}
|
||||
Reference in New Issue
Block a user