Update main.lua

This commit is contained in:
Michachatz
2025-11-02 00:26:00 +01:00
committed by GitHub
parent ee703e04d1
commit f67f8496df

View File

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