syncplay.lua time multiplier is weeks, not days

This commit is contained in:
Etoh 2014-04-18 10:54:07 +01:00
parent d032a72869
commit 7910e7364e
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ function get_time()
return errormsg
end
titletime, errormsg = get_var("title") * titlemultiplier -- Days
titletime, errormsg = get_var("title") * titlemultiplier -- Weeks
if errormsg ~= nil and errormsg ~= "" then
return realtime
end