diff --git a/cimp.bas b/cimp.bas index 8e2e87a..f2df0c9 100644 --- a/cimp.bas +++ b/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)