mirror of
https://github.com/Jellify-Music/App.git
synced 2026-04-23 11:29:09 -05:00
maybe not?
This commit is contained in:
@@ -36,6 +36,7 @@ export function fetchItemImage(itemId: string, imageType: ImageType = ImageType.
|
||||
else
|
||||
reject(result.statusText);
|
||||
}).catch((error) => {
|
||||
console.error(error);
|
||||
reject(error);
|
||||
})
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user