mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Don't auto restart when updating Windows install
This commit is contained in:
parent
60f13df992
commit
c319a4a5cc
2 changed files with 5 additions and 5 deletions
|
@ -2279,6 +2279,9 @@ def upgrade():
|
|||
|
||||
|
||||
def shutdown(restart=False, update=False, checkout=False, reset=False):
|
||||
if FROZEN and common.PLATFORM == 'Windows' and update:
|
||||
restart = False
|
||||
|
||||
webstart.stop()
|
||||
|
||||
# Shutdown the websocket connection
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue