mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-16 00:25:31 +01:00
utorrent, hash is now upper case
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user