mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-16 05:36:00 +02:00
Reduce size of song imageUrl
- Increase efficiency of loading times for song lists
This commit is contained in:
@@ -503,7 +503,7 @@ const normalizeSong = (
|
||||
baseUrl: server.url,
|
||||
coverArtId: id,
|
||||
credential: server.credential,
|
||||
size: imageSize || 300,
|
||||
size: imageSize || 100,
|
||||
});
|
||||
|
||||
const imagePlaceholderUrl = null;
|
||||
|
||||
Reference in New Issue
Block a user