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