From fe69df56089074837c0ef099a032e8429875176f Mon Sep 17 00:00:00 2001 From: Et0h Date: Mon, 30 May 2016 20:47:35 +0100 Subject: [PATCH] Update playlist file availability even if no new files, as file may have been deleted --- syncplay/client.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/syncplay/client.py b/syncplay/client.py index 3b47150..039b557 100644 --- a/syncplay/client.py +++ b/syncplay/client.py @@ -1631,8 +1631,7 @@ class FileSwitchManager(object): self.currentlyUpdating = False def infoUpdated(self): - if self.areWatchedFilenamesInCache(): - self._client.fileSwitchFoundFiles() + self._client.fileSwitchFoundFiles() def findFilepath(self, filename, highPriority=False): if filename is None: