mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-12 08:16:06 -07:00
Fix regression PMS update notifications broken
This commit is contained in:
parent
72af2fa281
commit
4a5d2f8502
1 changed files with 2 additions and 1 deletions
|
@ -934,6 +934,7 @@ def build_server_notify_text(notify_action=None, agent_id=None):
|
||||||
|
|
||||||
update_status = {}
|
update_status = {}
|
||||||
if notify_action == 'pmsupdate':
|
if notify_action == 'pmsupdate':
|
||||||
|
pms_connect = pmsconnect.PmsConnect()
|
||||||
update_status = pms_connect.get_update_staus()
|
update_status = pms_connect.get_update_staus()
|
||||||
|
|
||||||
if server_times:
|
if server_times:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue