Open whatdoineed2do opened 5 years ago
It seems like this fix works in Dacp_queueitem_add
player_get_status(&status);
db_queue_get_count(&count); // this
if (mode == 3 && count > 0)
ret = db_queue_add_by_queryafteritemid(&qp, status.item_id);
else
ret = db_queue_add_by_query(&qp, status.shuffle, status.item_id, -1, NULL, NULL);
When the server is restarted (and in
STOPPED
state),play next
on albums or playlists does not add to Q to play.add next
does adds items to the QCurrent master and log via
-Ddacp,daac,db