mirror of
https://github.com/Jellify-Music/App.git
synced 2026-04-22 18:10:31 -05:00
omg!!
This commit is contained in:
@@ -17,7 +17,9 @@ export function fetchItemImage(itemId: string, imageType?: ImageType, width?: nu
|
||||
console.log(response.data)
|
||||
return new Blob(response.data)
|
||||
}).then(async (blob) => {
|
||||
return await blobToBase64(blob)
|
||||
const encoding = await blobToBase64(blob)
|
||||
console.debug(encoding);
|
||||
return encoding;
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user