mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-27 06:33:21 -05:00
Add mpco to playlists, hardcode to 0 for now
This commit is contained in:
parent
931c0aac29
commit
4347731133
@ -1832,6 +1832,9 @@ daap_reply_playlists(struct evhttp_request *req, struct evbuffer *evbuf, char **
|
|||||||
if ((ret == 0) && (val > 0))
|
if ((ret == 0) && (val > 0))
|
||||||
dmap_add_int(playlist, "mimc", val);
|
dmap_add_int(playlist, "mimc", val);
|
||||||
|
|
||||||
|
/* Container ID (mpco) */
|
||||||
|
dmap_add_int(playlist, "mpco", 0);
|
||||||
|
|
||||||
/* Base playlist (abpl), id = 1 */
|
/* Base playlist (abpl), id = 1 */
|
||||||
val = 0;
|
val = 0;
|
||||||
ret = safe_atoi32(dbpli.id, &val);
|
ret = safe_atoi32(dbpli.id, &val);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user