diff --git a/core/nzbToMediaUtil.py b/core/nzbToMediaUtil.py index 77bf6f8e..0f06dfbe 100644 --- a/core/nzbToMediaUtil.py +++ b/core/nzbToMediaUtil.py @@ -909,7 +909,7 @@ def find_download(clientAgent, download_id): if clientAgent == 'qbittorrent': torrents = core.TORRENT_CLASS.torrents() for torrent in torrents: - if torrent['infohash'] == download_id: + if torrent['hash'] == download_id: return True if clientAgent == 'sabnzbd': if "http" in core.SABNZBDHOST: