fix(configuration): update DefaultUICoverArtSize to 300

Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
Deluan 2026-04-04 12:50:54 -04:00
parent 75d0c839c3
commit 39de90b080

View File

@ -85,7 +85,7 @@ const (
) )
const ( const (
DefaultUICoverArtSize = 600 DefaultUICoverArtSize = 300
) )
// Prometheus options // Prometheus options