mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
typo
This commit is contained in:
parent
1f3de637b4
commit
54e68ef890
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue