mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-06 11:00:09 -06:00
log image ig
This commit is contained in:
@@ -12,6 +12,7 @@ export function fetchItemImage(api: Api, itemId: string, imageType?: ImageType,
|
||||
format: ImageFormat.Jpg
|
||||
})
|
||||
.then((response) => {
|
||||
console.log(`data:image/jpeg;base64,${response.data}`)
|
||||
return `data:image/jpeg;base64,${response.data}`;
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user