mirror of
https://github.com/Syncplay/syncplay
synced 2024-12-15 19:35:07 +00:00
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
|
||||
|
||||
def infoUpdated(self):
|
||||
if self.areWatchedFilenamesInCache():
|
||||
self._client.fileSwitchFoundFiles()
|
||||
self._client.fileSwitchFoundFiles()
|
||||
|
||||
def findFilepath(self, filename, highPriority=False):
|
||||
if filename is None:
|
||||
|
Loading…
Reference in New Issue
Block a user