From ed275d979e934b41e7554de0ef483efa53b26c0e Mon Sep 17 00:00:00 2001 From: Bazarr user Date: Fri, 15 Dec 2017 21:44:08 -0500 Subject: [PATCH] Limit restart requirement to where it's really required --- get_episodes.py | 1 + get_series.py | 1 + views/settings.tpl | 3 --- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/get_episodes.py b/get_episodes.py index 786aaf3ee..b29d12843 100644 --- a/get_episodes.py +++ b/get_episodes.py @@ -4,6 +4,7 @@ import requests import logging from get_general_settings import * +from get_sonarr_settings_settings import * from list_subtitles import * def update_all_episodes(): diff --git a/get_series.py b/get_series.py index dd3046755..028f274e0 100644 --- a/get_series.py +++ b/get_series.py @@ -3,6 +3,7 @@ import sqlite3 import requests from get_sonarr_settings import * +from get_sonarr_settings_settings import * def update_series(): # Open database connection diff --git a/views/settings.tpl b/views/settings.tpl index 5528b273b..4436c2cb1 100644 --- a/views/settings.tpl +++ b/views/settings.tpl @@ -237,9 +237,6 @@

Sonarr settings
-
-

These changes require that you restart Bazarr.

-