mirror of
https://github.com/Jellify-Music/App.git
synced 2026-05-05 10:49:22 -05:00
make images higher res pplz
This commit is contained in:
@@ -10,8 +10,8 @@ export function fetchItemImage(itemId: string, imageType?: ImageType, width?: nu
|
||||
.getItemImage({
|
||||
itemId,
|
||||
imageType: imageType ? imageType : ImageType.Primary,
|
||||
width: width ? Math.ceil(width) : QueryConfig.playerArtwork.width,
|
||||
height: height ? Math.ceil(height) : QueryConfig.playerArtwork.height
|
||||
width: width ? Math.ceil(width * 2) : QueryConfig.playerArtwork.width,
|
||||
height: height ? Math.ceil(height * 2) : QueryConfig.playerArtwork.height
|
||||
}, {
|
||||
responseType: 'blob'
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user