MCPcopy Create free account
hub / github.com/Syncplay/syncplay / updateInfo

Method updateInfo

syncplay/client.py:2247–2249  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2245 self.directorySearchError = None
2246
2247 def updateInfo(self):
2248 if not self.currentlyUpdating and self.mediaDirectories:
2249 threads.deferToThread(self._updateInfoThread).addCallback(lambda x: self.checkForFileSwitchUpdate())
2250
2251 def setFilenameWatchlist(self, unfoundFilenames):
2252 self.filenameWatchlist = unfoundFilenames

Callers 5

setMediaDirectoriesMethod · 0.95
roomClickedMethod · 0.80
playlistChangeCheckMethod · 0.80
setPlaylistMethod · 0.80

Calls 1

Tested by

no test coverage detected