def device shouldnt call it self but self._device (#16255)

pull/16259/head
Robert Svensson 2018-08-29 10:07:32 +02:00 committed by Paulus Schoutsen
parent f891d0f5be
commit 63614a477a
1 changed files with 1 additions and 1 deletions

View File

@ -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):