[settings] Move two settings to artwork category

show_cover_artwork_in_album_lists and streamurl_ignore. Ref #1829.
This commit is contained in:
ejurgensen
2025-01-10 20:37:45 +01:00
committed by Alain Nussbaumer
parent 410d3a0cfa
commit c7432e6bca
2 changed files with 3 additions and 3 deletions

View File

@@ -293,7 +293,7 @@ metadata_prepare(struct input_source *source)
// Note we map title to album, because clients should show stream name as title
swap_pointers(&prepared_metadata.parsed.album, &m->title);
if (! SETTINGS_GETBOOL("misc", "streamurl_ignore"))
if (! SETTINGS_GETBOOL("artwork", "streamurl_ignore"))
{
// In this case we have to go async to download the url and process the content
if (m->url && !artwork_extension_is_artwork(m->url))