mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-26 23:25:56 -05:00
[artwork] Also use queue_item->artwork_url for pipe sources
This commit is contained in:
parent
54aa9c32cc
commit
f27eac8341
@ -262,7 +262,7 @@ static struct artwork_source artwork_item_source[] =
|
||||
{
|
||||
.name = "stream",
|
||||
.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,
|
||||
.cache = NEVER,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user