Skip to content

Commit

Permalink
fix: conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
chkpwd committed Oct 25, 2024
1 parent 02a05ed commit 5fa766b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@

logging.debug("Non-Filler Episodes: %s", episodes_to_monitor)

if not episodes_to_monitor or var.monitor_non_filler_sonarr_episodes is True:
if episodes_to_monitor and var.monitor_non_filler_sonarr_episodes is True:
configure_monitoring(monitored_list=episodes_to_monitor)

0 comments on commit 5fa766b

Please sign in to comment.