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"