Proxy PMS downloads json through server

This commit is contained in:
JonnyWong16 2022-01-05 14:00:13 -08:00
commit b7937b8740
No known key found for this signature in database
GPG key ID: 7A649674469E6574
4 changed files with 27 additions and 23 deletions

View file

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