From da5560ed36e6d2fe8805057f1abaedd5011bdc6a Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Fri, 18 Jul 2025 23:39:55 +0200 Subject: [PATCH] Update config.lua --- .../[rcore_tv]/rcore_television/config.lua | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/[standalone]/[rcore_tv]/rcore_television/config.lua b/resources/[standalone]/[rcore_tv]/rcore_television/config.lua index 1c29b5e18..3aa88aeb9 100644 --- a/resources/[standalone]/[rcore_tv]/rcore_television/config.lua +++ b/resources/[standalone]/[rcore_tv]/rcore_television/config.lua @@ -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.