From f67f8496dfd09c9b419254ea8e5561d12210674c Mon Sep 17 00:00:00 2001 From: Michachatz <121869403+Michatec@users.noreply.github.com> Date: Sun, 2 Nov 2025 00:26:00 +0100 Subject: [PATCH] Update main.lua --- client/main.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/main.lua b/client/main.lua index f738577..fd6a130 100644 --- a/client/main.lua +++ b/client/main.lua @@ -1,4 +1,4 @@ -DEFAULT_URL = "https://michatec.github.io/ptelevision_web/nosignal.html" +DEFAULT_URL = "https://michatec.github.io/ptelevision_web/index.html" duiUrl = DEFAULT_URL duiObj = nil tvObj = nil @@ -223,3 +223,4 @@ AddEventHandler('onResourceStop', function(name) end end) +