Reduce size of song imageUrl

- Increase efficiency of loading times for song lists
This commit is contained in:
jeffvli 2023-01-06 01:03:58 -08:00
parent ab031820f6
commit 1b379882f5
3 changed files with 11 additions and 5 deletions

View file

@ -503,7 +503,7 @@ const normalizeSong = (
baseUrl: server.url,
coverArtId: id,
credential: server.credential,
size: imageSize || 300,
size: imageSize || 100,
});
const imagePlaceholderUrl = null;