Update playlist file availability even if no new files, as file may have been deleted
This commit is contained in:
parent
cbc8203007
commit
fe69df5608
@ -1631,8 +1631,7 @@ 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):
|
||||||
if filename is None:
|
if filename is None:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user