mirror of
https://github.com/Jellify-Music/App.git
synced 2026-02-22 19:58:35 -06:00
card changes, logging around images
This commit is contained in:
@@ -8,6 +8,7 @@ export function fetchItemImage(api: Api, itemId: string, imageType?: ImageType,
|
||||
|
||||
return getImageApi(api).getItemImage({ itemId, imageType: imageType ? imageType : ImageType.Primary })
|
||||
.then((response) => {
|
||||
console.log(response);
|
||||
convertFileToBase64((response.data as File))
|
||||
.then((encode) => {
|
||||
console.log(encode);
|
||||
|
||||
Reference in New Issue
Block a user