mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-22 16:18:15 +00:00
typo
This commit is contained in:
parent
1f3de637b4
commit
54e68ef890
@ -814,7 +814,7 @@ class DelugeGTK:
|
||||
if result == 1:
|
||||
opener = urllib.URLopener()
|
||||
filename, headers = opener.retrieve(url)
|
||||
if filename.endswith(".torrent") or headers["content-type"]=="application/x=bittorrent":
|
||||
if filename.endswith(".torrent") or headers["content-type"]=="application/x-bittorrent":
|
||||
self.interactive_add_torrent(filename)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user