1
0
Fork 0
forked from Simnation/Main

Update config.lua

This commit is contained in:
Nordi98 2025-07-18 23:39:55 +02:00
parent d0975e48a1
commit da5560ed36

View file

@ -145,12 +145,12 @@ Config.CompletRedirect = {
["kick"] = function(url, time, volume)
return "https://proxy.rcore.cz/kick.html?url=" .. url .. "&volume=" .. ((volume or 30) / 100)
end,
--["youtube"] = function(url, time, volume)
-- return "https://rco.re/product/television/v2.html?url=" .. url .. "&volume=" .. (volume or 30) .. "&time=" .. (time or 0)
--end,
--["youtu.be"] = function(url, time, volume)
-- return "https://rco.re/product/television/v2.html?url=" .. url .. "&volume=" .. (volume or 30) .. "&time=" .. (time or 0)
--end,
["youtube"] = function(url, time, volume)
return "https://rco.re/product/television/v2.html?url=" .. url .. "&volume=" .. (volume or 30) .. "&time=" .. (time or 0)
end,
["youtu.be"] = function(url, time, volume)
return "https://rco.re/product/television/v2.html?url=" .. url .. "&volume=" .. (volume or 30) .. "&time=" .. (time or 0)
end,
}
-- will get called each second because I have not found better way.