summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--bazarr/get_series.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/bazarr/get_series.py b/bazarr/get_series.py
index c92af286b..9d95e6100 100644
--- a/bazarr/get_series.py
+++ b/bazarr/get_series.py
@@ -117,10 +117,10 @@ def update_series(send_event=True):
logging.debug('BAZARR unable to insert this series into the database:',
path_mappings.path_replace(added_series['path']))
- if send_event:
- event_stream(type='series', action='update', payload=added_series['sonarrSeriesId'])
+ if send_event:
+ event_stream(type='series', action='update', payload=added_series['sonarrSeriesId'])
- logging.debug('BAZARR All series synced from Sonarr into database.')
+ logging.debug('BAZARR All series synced from Sonarr into database.')
def update_one_series(series_id, action):