mirror of
https://github.com/owntone/owntone-server.git
synced 2025-04-23 03:55:42 -04: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",
|
.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…
x
Reference in New Issue
Block a user