mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-10 07:22:37 -07:00
Bump config version to set first_run_complete flag
This commit is contained in:
parent
636806ae17
commit
b4600c8306
1 changed files with 6 additions and 0 deletions
|
@ -698,3 +698,9 @@ class Config(object):
|
||||||
self.HTTP_HASHED_PASSWORD = 1
|
self.HTTP_HASHED_PASSWORD = 1
|
||||||
|
|
||||||
self.CONFIG_VERSION = 20
|
self.CONFIG_VERSION = 20
|
||||||
|
|
||||||
|
if self.CONFIG_VERSION == 20:
|
||||||
|
if self.PMS_UUID:
|
||||||
|
self.FIRST_RUN_COMPLETE = 1
|
||||||
|
|
||||||
|
self.CONFIG_VERSION = 21
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue