mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-26 21:09:18 -05:00
parent
6930fcbfb8
commit
c645d570ea
@ -256,7 +256,7 @@ static struct artwork_source artwork_item_source[] =
|
|||||||
{
|
{
|
||||||
.name = "own",
|
.name = "own",
|
||||||
.handler = source_item_own_get,
|
.handler = source_item_own_get,
|
||||||
.data_kinds = (1 << DATA_KIND_FILE),
|
.data_kinds = (1 << DATA_KIND_FILE) | (1 << DATA_KIND_PIPE),
|
||||||
.media_kinds = MEDIA_KIND_ALL,
|
.media_kinds = MEDIA_KIND_ALL,
|
||||||
.cache = ON_SUCCESS | ON_FAILURE,
|
.cache = ON_SUCCESS | ON_FAILURE,
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user