offset 0 is now valid time
This commit is contained in:
parent
9429e27b19
commit
5d642ad6d6
@ -64,7 +64,7 @@ class ConsoleUI(threading.Thread):
|
|||||||
if(o):
|
if(o):
|
||||||
sign = self._extractRegexSign(o)
|
sign = self._extractRegexSign(o)
|
||||||
t = utils.parseTime(o.group(2))
|
t = utils.parseTime(o.group(2))
|
||||||
if(not t):
|
if(t is None):
|
||||||
return
|
return
|
||||||
if(sign):
|
if(sign):
|
||||||
t = self._syncplayClient.getUserOffset() + sign * t
|
t = self._syncplayClient.getUserOffset() + sign * t
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user