Update default URL for Dui object

This commit is contained in:
Michachatz
2025-11-02 00:18:01 +01:00
committed by GitHub
parent fc55ac2d27
commit 54fae17c32

View File

@@ -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 duiUrl = DEFAULT_URL
duiObj = nil duiObj = nil
tvObj = nil tvObj = nil
@@ -222,3 +222,4 @@ AddEventHandler('onResourceStop', function(name)
end end
end end
end) end)