mirror of
https://github.com/Jellify-Music/App.git
synced 2026-04-24 03:49:11 -05:00
oh baby
This commit is contained in:
@@ -36,7 +36,7 @@ export function fetchItemImage(itemId: string, imageType?: ImageType, width?: nu
|
||||
format: ImageFormat.Jpg
|
||||
})
|
||||
.then((response) => {
|
||||
console.log(convertFileToBase64(response.data))
|
||||
console.log(response.data)
|
||||
return convertFileToBase64(response.data);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user