Skip to content
Snippets Groups Projects
Commit 7fc9ac09 authored by Anders Melchiorsen's avatar Anders Melchiorsen Committed by Paulus Schoutsen
Browse files

Avoid Sonos error when joining with self (#13196)

parent e2029e39
No related branches found
No related tags found
No related merge requests found
......@@ -886,7 +886,8 @@ class SonosDevice(MediaPlayerDevice):
self.soco.unjoin()
for slave in slaves:
slave.soco.join(self.soco)
if slave.unique_id != self.unique_id:
slave.soco.join(self.soco)
@soco_error()
def unjoin(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment