Limit bulk refresh to watching and planned
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user