utorrent, hash is now upper case

This commit is contained in:
Ade
2014-12-07 14:20:23 +13:00
parent 33417d4b7d
commit 8eb0b02adb

View File

@@ -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: