fix: update cover art URL size for improved image quality in audio player and playlist

This commit is contained in:
2025-07-23 04:47:47 +00:00
committed by GitHub
parent 463be90779
commit bbdee30f92
11 changed files with 23 additions and 23 deletions

View File

@@ -121,7 +121,7 @@ export default function AlbumPage() {
};
// Get cover art URL with proper fallback
const coverArtUrl = album.coverArt && api
? api.getCoverArtUrl(album.coverArt, 300)
? api.getCoverArtUrl(album.coverArt, 1200)
: '/default-user.jpg';
return (