fixes #9
This commit is contained in:
parent
58844384f2
commit
14d3e11ac1
1 changed files with 1 additions and 0 deletions
1
cimp.bas
1
cimp.bas
|
|
@ -73,6 +73,7 @@ if ipc_status = 0 then
|
|||
Case Else
|
||||
' Default behavior: Resolve target file/playlist and replace active queue
|
||||
cmd_msg = "PLAY:" + _cwd$ + slash + command$(1)
|
||||
ipc_send_message cmd_msg
|
||||
If _commandcount > 1 Then
|
||||
For i = 2 To _commandcount
|
||||
cmd_msg = "ADD:" + _cwd$ + slash + command$(i)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue