From 05f9a179dd56b5ebf42f8f126472fe8b1187fc88 Mon Sep 17 00:00:00 2001 From: Etoh Date: Thu, 14 May 2020 00:02:59 +0100 Subject: [PATCH] More reliably auto-identify as room operator (#216) --- syncplay/client.py | 1 - 1 file changed, 1 deletion(-) diff --git a/syncplay/client.py b/syncplay/client.py index 236720d..fbb8036 100755 --- a/syncplay/client.py +++ b/syncplay/client.py @@ -974,7 +974,6 @@ class SyncplayClient(object): else: return "" - @requireServerFeature("managedRooms") def identifyAsController(self, controlPassword): controlPassword = self.stripControlPassword(controlPassword) self.ui.showMessage(getMessage("identifying-as-controller-notification").format(controlPassword))