Skip to content

Commit 2def038

Browse files
committed
Update sh_youtube.lua
1 parent b280959 commit 2def038

File tree

1 file changed

+2
-2
lines changed
  • workshop/gamemodes/cinema_modded/gamemode/modules/theater/services

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ if (CLIENT) then
6565

6666
function SERVICE:LoadProvider( Video, panel )
6767

68-
panel:OpenURL(theater.GetCinemaURL() ..
69-
("youtube.html?v=%s"):format(Video:Data())
68+
panel:OpenURL(theater.GetCinemaURL("youtube.html") ..
69+
("?v=%s"):format(Video:Data())
7070
)
7171

7272
panel.OnDocumentReady = function(pnl)

0 commit comments

Comments
 (0)