Merge chat-OSD

This commit is contained in:
Etoh 2018-01-14 17:54:18 +00:00
parent f5c6b8fcf9
commit 9b54123458
1 changed files with 1 additions and 1 deletions

View File

@ -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):
return True
else:
return False
return False