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

Method checkForFileSwitchUpdate

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

Source from the content-addressed store, hash-verified

2237 self.updateInfo()
2238
2239 def checkForFileSwitchUpdate(self):
2240 if self.newInfo:
2241 self.newInfo = False
2242 self.infoUpdated()
2243 if self.directorySearchError:
2244 self._client.ui.showErrorMessage(self.directorySearchError)
2245 self.directorySearchError = None
2246
2247 def updateInfo(self):
2248 if not self.currentlyUpdating and self.mediaDirectories:

Callers 2

updateInfoMethod · 0.95

Calls 2

infoUpdatedMethod · 0.95
showErrorMessageMethod · 0.45

Tested by

no test coverage detected