mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-25 12:06:12 -05:00
[dacp] Start playback from selected song in shuffle mode (#379)
This commit is contained in:
2
src/db.h
2
src/db.h
@@ -750,7 +750,7 @@ int
|
||||
db_queue_delete_byposrelativetoitem(uint32_t pos, uint32_t item_id, char shuffle);
|
||||
|
||||
int
|
||||
db_queue_move_byitemid(uint32_t item_id, int pos_to);
|
||||
db_queue_move_byitemid(uint32_t item_id, int pos_to, char shuffle);
|
||||
|
||||
int
|
||||
db_queue_move_bypos(int pos_from, int pos_to);
|
||||
|
||||
Reference in New Issue
Block a user