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,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: