From 3eef2b7f21a83542f36fdbb9065c7ceafc72ee69 Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Wed, 9 Feb 2022 09:22:50 -0800 Subject: [PATCH] Fix missing first run complete flag causing setup wizard loop --- data/interfaces/default/welcome.html | 1 + plexpy/config.py | 1 + 2 files changed, 2 insertions(+) diff --git a/data/interfaces/default/welcome.html b/data/interfaces/default/welcome.html index 8f220da7..a6a6d04f 100644 --- a/data/interfaces/default/welcome.html +++ b/data/interfaces/default/welcome.html @@ -239,6 +239,7 @@ + diff --git a/plexpy/config.py b/plexpy/config.py index c296d628..7c8f95c4 100644 --- a/plexpy/config.py +++ b/plexpy/config.py @@ -307,6 +307,7 @@ CHECKED_SETTINGS = [ 'CACHE_IMAGES', 'CHECK_GITHUB', 'ENABLE_HTTPS', + 'FIRST_RUN_COMPLETE', 'GET_FILE_SIZES', 'GROUP_HISTORY_TABLES', 'HISTORY_TABLE_ACTIVITY',