Limit bulk refresh to watching and planned

This commit is contained in:
Dymas
2026-05-25 17:40:13 +02:00
parent aef3be9d2d
commit d10ae832b3
7 changed files with 80 additions and 20 deletions
+1 -1
View File
@@ -268,7 +268,7 @@ class WatchlistRefreshJobs:
new_episode_items = []
refresh_error_items = []
try:
show_ids = self.store.all_show_ids()
show_ids = self.store.all_show_ids(categories=("watching", "planned"))
delay_seconds = self._refresh_delay_seconds()
started_at = now_iso()
with self.lock: