mirror of
https://github.com/Jellify-Music/App.git
synced 2026-04-30 07:29:33 -05:00
omfg
This commit is contained in:
@@ -10,6 +10,7 @@ export function fetchImage(api: Api, itemId: string, imageType?: ImageType) : Pr
|
||||
return api.axiosInstance
|
||||
.get(getImageApi(api).getItemImageUrlById(itemId, imageType, { format: ImageFormat.Jpg }))
|
||||
.then((response) => {
|
||||
console.debug(convertFileToBase64(response.data));
|
||||
return convertFileToBase64(response.data);
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user