mirror of
https://github.com/anultravioletaurora/Jellify.git
synced 2026-01-06 05:40:26 -06:00
image loading changes
adjust queue screen header
This commit is contained in:
@@ -34,6 +34,8 @@ export function fetchItemImage(itemId: string, imageType?: ImageType, width?: nu
|
||||
itemId,
|
||||
imageType: imageType ? imageType : ImageType.Primary,
|
||||
format: ImageFormat.Jpg
|
||||
}, {
|
||||
responseType: "arraybuffer"
|
||||
})
|
||||
.then((response) => {
|
||||
console.log(response.data)
|
||||
|
||||
@@ -35,7 +35,7 @@ export default function Player({ navigation }: { navigation: NativeStackNavigati
|
||||
name="Details"
|
||||
component={DetailsScreen}
|
||||
options={{
|
||||
headerShown: false
|
||||
headerTitle: ""
|
||||
}}
|
||||
/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user