mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-16 16:00:18 -06:00
maybe this?
This commit is contained in:
@@ -10,6 +10,8 @@ export function fetchItemImage(itemId: string, imageType?: ImageType, width?: nu
|
||||
itemId,
|
||||
imageType: imageType ? imageType : ImageType.Primary,
|
||||
format: ImageFormat.Jpg
|
||||
}, {
|
||||
responseType: 'blob'
|
||||
})
|
||||
.then(async (response) => {
|
||||
console.log(response.data)
|
||||
|
||||
Reference in New Issue
Block a user