Skip to content

Commit

Permalink
[artwork] Also use queue_item->artwork_url for pipe sources
Browse files Browse the repository at this point in the history
  • Loading branch information
ejurgensen committed Mar 22, 2022
1 parent 54aa9c3 commit f27eac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/artwork.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand Down

0 comments on commit f27eac8

Please sign in to comment.