diff options
author | morpheus65535 <[email protected]> | 2021-12-13 20:03:25 -0500 |
---|---|---|
committer | morpheus65535 <[email protected]> | 2021-12-13 20:03:25 -0500 |
commit | 8f58b8b6c70d4b05c1824dfbf72348288993e2c4 (patch) | |
tree | 210543e21937cbe4cb8f25cedc8f35ae753c01d2 | |
parent | 63b326aa2f12df482f9537a0fec2f7755a152bfc (diff) | |
download | bazarr-8f58b8b6c70d4b05c1824dfbf72348288993e2c4.tar.gz bazarr-8f58b8b6c70d4b05c1824dfbf72348288993e2c4.zip |
no log: fixed small indentation issue.
-rw-r--r-- | bazarr/get_series.py | 6 |
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): |