[artwork] Also use queue_item->artwork_url for pipe sources
This commit is contained in:
parent
0e07ae72e2
commit
974a537389
|
@ -262,7 +262,7 @@ static struct artwork_source artwork_item_source[] =
|
||||||
{
|
{
|
||||||
.name = "stream",
|
.name = "stream",
|
||||||
.handler = source_item_artwork_url_get,
|
.handler = source_item_artwork_url_get,
|
||||||
.data_kinds = (1 << DATA_KIND_HTTP),
|
.data_kinds = (1 << DATA_KIND_HTTP) | (1 << DATA_KIND_PIPE),
|
||||||
.media_kinds = MEDIA_KIND_MUSIC,
|
.media_kinds = MEDIA_KIND_MUSIC,
|
||||||
.cache = NEVER,
|
.cache = NEVER,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue