(self, connector)
| 58 | maxRetries = 50 |
| 59 | |
| 60 | def startedConnecting(self, connector): |
| 61 | self._playerController._client.ui.showDebugMessage("Starting to connect to VLC...") |
| 62 | |
| 63 | def clientConnectionLost(self, connector, reason): |
| 64 | self._playerController._client.ui.showDebugMessage("Connection to VLC lost: {}".format(reason)) |
nothing calls this directly
no test coverage detected