Update playlist file availability even if no new files, as file may have been deleted

This commit is contained in:
Et0h 2016-05-30 20:47:35 +01:00
parent cbc8203007
commit fe69df5608

View File

@ -1631,7 +1631,6 @@ class FileSwitchManager(object):
self.currentlyUpdating = False self.currentlyUpdating = False
def infoUpdated(self): def infoUpdated(self):
if self.areWatchedFilenamesInCache():
self._client.fileSwitchFoundFiles() self._client.fileSwitchFoundFiles()
def findFilepath(self, filename, highPriority=False): def findFilepath(self, filename, highPriority=False):