mirror of
https://github.com/owntone/owntone-server.git
synced 2025-04-03 11:20:37 -04:00
Fix problem with smart playlists returning entire library
This commit is contained in:
parent
db41f2a83a
commit
3810a8f0a4
@ -993,6 +993,7 @@ void out_daap_playlistitems(WS_CONNINFO *pwsc, PRIVINFO *ppi) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ppi->dq.query_type = QUERY_TYPE_ITEMS;
|
ppi->dq.query_type = QUERY_TYPE_ITEMS;
|
||||||
|
ppi->dq.playlist_id = atoi(ppi->uri_sections[3]);
|
||||||
|
|
||||||
if(_ppi->db_enum_start(&pe,&ppi->dq)) {
|
if(_ppi->db_enum_start(&pe,&ppi->dq)) {
|
||||||
_ppi->log(E_LOG,"Could not start enum: %s\n",pe);
|
_ppi->log(E_LOG,"Could not start enum: %s\n",pe);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user