Only notify Tautulli updates when checked as a scheduled task (Fixes Tautulli/Tautulli-Issues#46)

This commit is contained in:
JonnyWong16 2018-04-28 17:59:53 -07:00
parent 5e000162c6
commit 5f7991665c
3 changed files with 10 additions and 7 deletions

View file

@ -3699,7 +3699,7 @@ class WebInterface(object):
}
```
"""
versioncheck.checkGithub()
versioncheck.check_github()
if not plexpy.CURRENT_VERSION:
return {'result': 'error',