This commit is contained in:
JonnyWong16 2016-09-29 23:35:33 -07:00
commit ae2227959e
2 changed files with 2 additions and 2 deletions

View file

@ -730,7 +730,7 @@ class PlexTV(object):
logger.debug(u"PlexPy PlexTV :: Plex Pass subscription not found.")
plexpy.CONFIG.__setattr__('PMS_PLEXPASS', 0)
plexpy.CONFIG.write()
return False return False
return False
def get_devices_list(self):
devices = self.get_plextv_devices_list(output_format='xml')