From dafaf93441e6a1f0ab0c5725a4cd012ab9b39b6e Mon Sep 17 00:00:00 2001 From: et0h Date: Sat, 16 May 2020 15:42:57 +0100 Subject: [PATCH] Fix typo noted in #282 --- syncplay/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncplay/client.py b/syncplay/client.py index 9dc55c8..2a52774 100755 --- a/syncplay/client.py +++ b/syncplay/client.py @@ -1901,7 +1901,7 @@ class FileSwitchManager(object): self.mediaDirectoriesNotFound = [] def setClient(self, newClient): - self.client = newClient + self._client = newClient def setCurrentDirectory(self, curDir): self.currentDirectory = curDir