mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-13 18:16:57 -07:00
Proxy PMS downloads json through server
This commit is contained in:
parent
d943877e76
commit
b7937b8740
4 changed files with 27 additions and 23 deletions
|
@ -261,7 +261,7 @@ def check_server_updates():
|
|||
logger.info("Tautulli Monitor :: Checking for PMS updates...")
|
||||
|
||||
plex_tv = plextv.PlexTV()
|
||||
download_info = plex_tv.get_plex_downloads()
|
||||
download_info = plex_tv.get_plex_update()
|
||||
|
||||
if download_info:
|
||||
logger.info("Tautulli Monitor :: Current PMS version: %s", plexpy.CONFIG.PMS_VERSION)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue