mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Require manual download and install for Windows / MacOS
This commit is contained in:
parent
1394339df6
commit
5d8a7d80eb
5 changed files with 63 additions and 57 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue