Skip to content

Commit 328d88b

Browse files
committed
don't use the testing file in production
1 parent ecaa596 commit 328d88b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cinema_modded/gamemode/modules/theater/services/sh_youtube.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if (CLIENT) then
2121
end
2222

2323
function SERVICE:LoadProvider( Video, panel )
24-
local url = playerURL("youtube_testing.html") ..
24+
local url = playerURL("youtube.html") ..
2525
("?v=%s"):format(Video:Data())
2626

2727
if self.IsTimed then

0 commit comments

Comments
 (0)