From 9b54123458249723c20ccd57f44e5bac90c246c7 Mon Sep 17 00:00:00 2001 From: Etoh Date: Sun, 14 Jan 2018 17:54:18 +0000 Subject: [PATCH] Merge chat-OSD --- syncplay/players/mpv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncplay/players/mpv.py b/syncplay/players/mpv.py index d8d13c4..4872544 100644 --- a/syncplay/players/mpv.py +++ b/syncplay/players/mpv.py @@ -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 \ No newline at end of file + return False