mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 10:23:33 +00:00
Reduce size of song imageUrl
- Increase efficiency of loading times for song lists
This commit is contained in:
parent
ab031820f6
commit
1b379882f5
3 changed files with 11 additions and 5 deletions
|
|
@ -503,7 +503,7 @@ const normalizeSong = (
|
|||
baseUrl: server.url,
|
||||
coverArtId: id,
|
||||
credential: server.credential,
|
||||
size: imageSize || 300,
|
||||
size: imageSize || 100,
|
||||
});
|
||||
|
||||
const imagePlaceholderUrl = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue