Add artwork to miniplayer card

This commit is contained in:
Violet Caulfield
2024-12-29 17:48:14 -06:00
parent 7c57f1051e
commit c8f2c1e198
2 changed files with 54 additions and 22 deletions

View File

@@ -14,6 +14,13 @@ export const queryConfig = {
fillWidth: 100,
format: ImageFormat.Png
},
miniplayerArtwork: {
height: 100,
width: 100,
fillHeight: 100,
fillWidth: 100,
format: ImageFormat.Jpg
},
playerArtwork: {
fillHeight: 500,
fillWidth: 500,