mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Enable dynamic anonymous redirect by default in setup wizard
This commit is contained in:
parent
74cd494162
commit
bd9fe54fd7
2 changed files with 8 additions and 1 deletions
|
@ -704,3 +704,9 @@ class Config(object):
|
|||
self.FIRST_RUN_COMPLETE = 1
|
||||
|
||||
self.CONFIG_VERSION = 21
|
||||
|
||||
if self.CONFIG_VERSION == 21:
|
||||
if not self.ANON_REDIRECT_DYNAMIC and not self.ANON_REDIRECT:
|
||||
self.ANON_REDIRECT_DYNAMIC = 1
|
||||
|
||||
self.CONFIG_VERSION = 22
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue