mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-17 13:56:47 +00:00
fix webseed
This commit is contained in:
parent
fd7d1ce675
commit
6595fe0621
@ -75,6 +75,5 @@ class webseedMenu:
|
||||
self.dialog.hide()
|
||||
if response:
|
||||
text = self.glade.get_widget("txt_url").get_text().strip()
|
||||
if common.is_url(text):
|
||||
if deluge.common.is_url(text):
|
||||
self.core.add_url_seed(self.unique_ID, text)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user