From e8aba71e70a5c29c69ffd95d661802740a8c7655 Mon Sep 17 00:00:00 2001 From: nnwang <10577303+nnwang@user.noreply.gitee.com> Date: Sun, 22 Feb 2026 05:23:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Daudiourl=E5=AE=9A=E4=B9=89?= =?UTF-8?q?=E9=94=99=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- play.lua | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/play.lua b/play.lua index 41c591b..d980273 100644 --- a/play.lua +++ b/play.lua @@ -106,12 +106,11 @@ while true do end total_logs_printed = total_logs_printed + #task_info.new_logs end - - local main_audio_url = server_url .. task_info.result.audio_urls.audio_dfpwm_url - local left_audio_url = server_url .. task_info.result.audio_urls.audio_dfpwm_left_url - local right_audio_url = server_url .. task_info.result.audio_urls.audio_dfpwm_right_url - if task_info.result.audio_urls and speakerrun then + local main_audio_url = server_url .. task_info.result.audio_urls.audio_dfpwm_url + local left_audio_url = server_url .. task_info.result.audio_urls.audio_dfpwm_left_url + local right_audio_url = server_url .. task_info.result.audio_urls.audio_dfpwm_right_url + speakerrun = false local new_tab_id = shell.openTab(mypath.."/speakerlib","play",main_audio_url,left_audio_url,right_audio_url) local tab_id = multishell.getCurrent()