render player artwork more beter

This commit is contained in:
Violet Caulfield
2025-01-01 12:46:28 -06:00
parent f22c5d13ae
commit 637a8a93da
+2 -2
View File
@@ -15,8 +15,8 @@ export const queryConfig = {
format: ImageFormat.Png
},
playerArtwork: {
fillHeight: 500,
fillWidth: 500,
fillHeight: 750,
fillWidth: 750,
format: ImageFormat.Jpg
}
}