mirror of
https://github.com/Jellify-Music/App.git
synced 2026-02-26 13:50:06 -06:00
carplay fixes
This commit is contained in:
@@ -47,7 +47,7 @@ export function fetchItemImage(itemId: string, imageType: ImageType, width: numb
|
||||
});
|
||||
}
|
||||
|
||||
function getImageFilePath(itemId: string, width: number, height: number, imageType: ImageType) {
|
||||
export function getImageFilePath(itemId: string, width: number, height: number, imageType: ImageType) {
|
||||
return `${Dirs.CacheDir}/images/${itemId}_${imageType}_${width}x${height}.png`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user