def device shouldnt call it self but self._device (#16255)
This commit is contained in:
parent
f9b1fb5906
commit
b5919ce92c
1 changed files with 1 additions and 1 deletions
|
@ -531,7 +531,7 @@ class PlexClient(MediaPlayerDevice):
|
|||
@property
|
||||
def device(self):
|
||||
"""Return the device, if any."""
|
||||
return self.device
|
||||
return self._device
|
||||
|
||||
@property
|
||||
def marked_unavailable(self):
|
||||
|
|
Loading…
Add table
Reference in a new issue