mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2025-10-27 14:37:32 +08:00
resolve merge conflict
This commit is contained in:
parent
fd18d54783
commit
c73479cc7c
1 changed files with 1 additions and 1 deletions
|
|
@ -518,7 +518,7 @@ class Qbt:
|
|||
continue
|
||||
for torrent in torrent_list:
|
||||
tracker = self.config.get_tags(torrent.trackers)
|
||||
has_nohardlinks = util.nohardlink(torrent["content_path"].replace(root_dir, remote_dir))
|
||||
has_nohardlinks = util.nohardlink(torrent["content_path"].replace(root_dir, remote_dir), self.config.notify)
|
||||
if any(tag in torrent.tags for tag in nohardlinks[category]["exclude_tags"]):
|
||||
# Skip to the next torrent if we find any torrents that are in the exclude tag
|
||||
continue
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue