Require manual download and install for Windows / MacOS

This commit is contained in:
JonnyWong16 2020-04-15 17:43:09 -07:00
parent 1394339df6
commit 5d8a7d80eb
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
5 changed files with 63 additions and 57 deletions

View file

@ -4007,8 +4007,8 @@ class WebInterface(object):
'message': 'Tautulli is up to date.'
}
if plexpy.DOCKER:
update['docker'] = plexpy.DOCKER
if plexpy.DOCKER or plexpy.FROZEN:
update['install_type'] = plexpy.INSTALL_TYPE
return update