Skip to content

Commit

Permalink
Merge pull request #20 from haijeploeg/fix/sonarr_list_index
Browse files Browse the repository at this point in the history
Update base.py
  • Loading branch information
haijeploeg authored Nov 16, 2021
2 parents c890741 + d1803d9 commit 8a5a7b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions excludarr/controllers/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ def _exclude_sonarr(
# This will only raise if there is no streaming provider found
# using the selected country
pass
except Exception:
pass

# Set execute_action to false
execute_action = False
Expand Down

0 comments on commit 8a5a7b6

Please sign in to comment.