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