mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-28 13:09:11 -05:00
[settings] Move two settings to artwork category
show_cover_artwork_in_album_lists and streamurl_ignore. Ref #1829.
This commit is contained in:
committed by
Alain Nussbaumer
parent
410d3a0cfa
commit
c7432e6bca
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user