From 14d3e11ac1a8de447476e2fd6deaf159015893ad Mon Sep 17 00:00:00 2001 From: visionmercer <62051836+visionmercer@users.noreply.github.com> Date: Wed, 24 Jun 2026 12:00:25 +0200 Subject: [PATCH] fixes #9 --- cimp.bas | 1 + 1 file changed, 1 insertion(+) 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)