diff --git a/workshop/gamemodes/cinema_modded/gamemode/modules/theater/services/sh_url_main.lua b/workshop/gamemodes/cinema_modded/gamemode/modules/theater/services/sh_url_main.lua index 3762779..6138ece 100644 --- a/workshop/gamemodes/cinema_modded/gamemode/modules/theater/services/sh_url_main.lua +++ b/workshop/gamemodes/cinema_modded/gamemode/modules/theater/services/sh_url_main.lua @@ -9,7 +9,7 @@ SERVICE.ExtentedVideoInfo = true -- Don't use the domains of the other Services. local excludedDomains = { - GetConVar("cinema_url_search"):GetString(), + CLIENT and GetConVar("cinema_url_search"):GetString() or "", "youtu.?be[.com]?", "bilibili.com", "b23.tv",