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) ["kick"] = function(url, time, volume)
return "https://proxy.rcore.cz/kick.html?url=" .. url .. "&volume=" .. ((volume or 30) / 100) return "https://proxy.rcore.cz/kick.html?url=" .. url .. "&volume=" .. ((volume or 30) / 100)
end, end,
--["youtube"] = function(url, time, volume) ["youtube"] = function(url, time, volume)
-- return "https://rco.re/product/television/v2.html?url=" .. url .. "&volume=" .. (volume or 30) .. "&time=" .. (time or 0) return "https://rco.re/product/television/v2.html?url=" .. url .. "&volume=" .. (volume or 30) .. "&time=" .. (time or 0)
--end, end,
--["youtu.be"] = function(url, time, volume) ["youtu.be"] = function(url, time, volume)
-- return "https://rco.re/product/television/v2.html?url=" .. url .. "&volume=" .. (volume or 30) .. "&time=" .. (time or 0) return "https://rco.re/product/television/v2.html?url=" .. url .. "&volume=" .. (volume or 30) .. "&time=" .. (time or 0)
--end, end,
} }
-- will get called each second because I have not found better way. -- will get called each second because I have not found better way.