diff --git a/data/interfaces/default/welcome.html b/data/interfaces/default/welcome.html index ed44eac3..adb77e45 100644 --- a/data/interfaces/default/welcome.html +++ b/data/interfaces/default/welcome.html @@ -239,7 +239,8 @@ - + + diff --git a/plexpy/config.py b/plexpy/config.py index 8f08a5b0..6f36f55e 100644 --- a/plexpy/config.py +++ b/plexpy/config.py @@ -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