diff --git a/headphones/utorrent.py b/headphones/utorrent.py index e74f6958..c0e4f264 100644 --- a/headphones/utorrent.py +++ b/headphones/utorrent.py @@ -215,7 +215,7 @@ def dirTorrent(hash, cacheid=None, return_name=None): cacheid = torrentList['torrentc'] for torrent in torrents: - if torrent[0].lower() == hash: + if torrent[0].upper() == hash: if not return_name: return torrent[26], cacheid else: