We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b280959 commit 2def038Copy full SHA for 2def038
workshop/gamemodes/cinema_modded/gamemode/modules/theater/services/sh_youtube.lua
@@ -65,8 +65,8 @@ if (CLIENT) then
65
66
function SERVICE:LoadProvider( Video, panel )
67
68
- panel:OpenURL(theater.GetCinemaURL() ..
69
- ("youtube.html?v=%s"):format(Video:Data())
+ panel:OpenURL(theater.GetCinemaURL("youtube.html") ..
+ ("?v=%s"):format(Video:Data())
70
)
71
72
panel.OnDocumentReady = function(pnl)
0 commit comments