diff --git a/plexpy/config.py b/plexpy/config.py index de5ee90c..16f64796 100644 --- a/plexpy/config.py +++ b/plexpy/config.py @@ -871,4 +871,4 @@ class Config(object): self.TV_WATCHED_PERCENT = self.NOTIFY_WATCHED_PERCENT self.MUSIC_WATCHED_PERCENT = self.NOTIFY_WATCHED_PERCENT - self.CONFIG_VERSION == 9 + self.CONFIG_VERSION = 9 diff --git a/plexpy/webserve.py b/plexpy/webserve.py index dd6939fe..61c14875 100644 --- a/plexpy/webserve.py +++ b/plexpy/webserve.py @@ -2613,7 +2613,7 @@ class WebInterface(object): checked_configs = [ "launch_browser", "enable_https", "https_create_cert", "api_enabled", "freeze_db", "check_github", "grouping_global_history", "grouping_user_history", "grouping_charts", "group_history_tables", - "pms_ssl", "pms_is_remote", "pms_url_manual", "home_stats_type", "week_start_monday", + "pms_ssl", "pms_is_remote", "pms_url_manual", "week_start_monday", "refresh_libraries_on_startup", "refresh_users_on_startup", "notify_consecutive", "notify_upload_posters", "notify_recently_added_upgrade", "notify_group_recently_added_grandparent", "notify_group_recently_added_parent",