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) +