Skip to content

Commit

Permalink
[patch] qbitrr-ignored tag added to manually set torrents to be ign…
Browse files Browse the repository at this point in the history
…ored for stalled/availability check
  • Loading branch information
Feramance committed Jan 9, 2024
1 parent 56380f6 commit a410009
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ Alternatively:
docker run -d \
--name=qbitrr \
-e TZ=Europe/London \
-e RESTART_TIMER=0 \
-v /etc/localtime:/etc/localtime:ro \
-v /path/to/appdata/qbitrr:/config \
-v /path/to/completed/downloads/folder:/completed_downloads:rw \
Expand All @@ -117,7 +116,6 @@ services:
# networks: This container MUST share a network with your Sonarr/Radarr instances
environment:
- TZ=Europe/London
- RESTART_TIMER=0 #Number of hours after which to restart the child processes (default=0, set 0 to disable)
volumes:
- /etc/localtime:/etc/localtime:ro
- /path/to/appdata/qbitrr:/config # Config folder for qBitrr
Expand Down
1 change: 0 additions & 1 deletion qBitrr/arss.py
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,6 @@ def _process_failed_individual(self, hash_: str, entry: int, skip_blacklist: set
if hash_ in self.recently_queue:
del self.recently_queue[hash_]
object_id = self.requeue_cache.get(entry)
self.logger.debug("object_ids:%s", object_id)
if self.re_search and object_id:
if self.type == "sonarr":
object_ids = list(object_id)
Expand Down

0 comments on commit a410009

Please sign in to comment.