From ec8672160d0381db7893b9825c43b017338d4469 Mon Sep 17 00:00:00 2001 From: xingluo Date: Sun, 8 Feb 2026 14:27:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20play.lua?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- play.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/play.lua b/play.lua index e3febed..f5d5081 100644 --- a/play.lua +++ b/play.lua @@ -3,7 +3,7 @@ local gpu = peripheral.wrap("tm_gpu_0") gpu.refreshSize() gpu.setSize(64) local w, h = gpu.getSize() - +if not fs.exists("speakerlib.lua") then shell.run("wget https://git.liulikeji.cn/xingluo/computer_craft_video_play/raw/branch/main/speakerlib.lua") end server_url = "https://newgmapi.liulikeji.cn"