This commit is contained in:
visionmercer 2026-06-24 12:00:25 +02:00
commit 14d3e11ac1

View file

@ -73,6 +73,7 @@ if ipc_status = 0 then
Case Else Case Else
' Default behavior: Resolve target file/playlist and replace active queue ' Default behavior: Resolve target file/playlist and replace active queue
cmd_msg = "PLAY:" + _cwd$ + slash + command$(1) cmd_msg = "PLAY:" + _cwd$ + slash + command$(1)
ipc_send_message cmd_msg
If _commandcount > 1 Then If _commandcount > 1 Then
For i = 2 To _commandcount For i = 2 To _commandcount
cmd_msg = "ADD:" + _cwd$ + slash + command$(i) cmd_msg = "ADD:" + _cwd$ + slash + command$(i)