mirror of https://github.com/Syncplay/syncplay
Merge chat-OSD
This commit is contained in:
parent
f5c6b8fcf9
commit
9b54123458
|
@ -314,4 +314,4 @@ class NewMpvPlayer(OldMpvPlayer):
|
||||||
if self.fileLoaded == True and self.lastLoadedTime != None and time.time() > (self.lastLoadedTime + constants.MPV_NEWFILE_IGNORE_TIME):
|
if self.fileLoaded == True and self.lastLoadedTime != None and time.time() > (self.lastLoadedTime + constants.MPV_NEWFILE_IGNORE_TIME):
|
||||||
return True
|
return True
|
||||||
else:
|
else:
|
||||||
return False
|
return False
|
||||||
|
|
Loading…
Reference in New Issue