mirror of https://github.com/Syncplay/syncplay
syncplay.lua time multiplier is weeks, not days
This commit is contained in:
parent
d032a72869
commit
7910e7364e
|
@ -227,7 +227,7 @@ function get_time()
|
||||||
return errormsg
|
return errormsg
|
||||||
end
|
end
|
||||||
|
|
||||||
titletime, errormsg = get_var("title") * titlemultiplier -- Days
|
titletime, errormsg = get_var("title") * titlemultiplier -- Weeks
|
||||||
if errormsg ~= nil and errormsg ~= "" then
|
if errormsg ~= nil and errormsg ~= "" then
|
||||||
return realtime
|
return realtime
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue