mirror of
https://github.com/Michatec/ptelevision.git
synced 2026-03-31 23:46:30 +02:00
Add files via upload
This commit is contained in:
@@ -190,7 +190,7 @@ RegisterNetEvent("ptelevision:requestSync", function(coords, data)
|
||||
if (status.channel and Channels[status.channel]) then
|
||||
PlayVideo({url = Channels[status.channel].url, channel = status.channel})
|
||||
elseif (status.url) then
|
||||
local time = math.floor((data.current_time - update_time) / 1000)
|
||||
local time = math.floor(data.current_time - update_time)
|
||||
PlayVideo({url = status.url, time = time})
|
||||
end
|
||||
elseif (status.type == "browser") then
|
||||
|
||||
Reference in New Issue
Block a user