mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-10 23:42:37 -07:00
Beta Plex Cloud support
This commit is contained in:
parent
6c6493fe31
commit
83f1519932
4 changed files with 40 additions and 17 deletions
|
@ -148,7 +148,7 @@ class WebInterface(object):
|
|||
plexpy.CONFIG.write()
|
||||
|
||||
include_cloud = not (include_cloud == 'false')
|
||||
all_servers = all_servers == 'true'
|
||||
all_servers = (all_servers == 'true')
|
||||
|
||||
plex_tv = plextv.PlexTV()
|
||||
servers_list = plex_tv.discover(include_cloud=include_cloud,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue