mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
Return the noIcon for empty strings as well
This commit is contained in:
parent
ca7f009e74
commit
97d6f8ce80
1 changed files with 1 additions and 0 deletions
|
@ -150,6 +150,7 @@ class TrackerIcons(Component):
|
||||||
self.icons[None] = TrackerIcon(noIcon)
|
self.icons[None] = TrackerIcon(noIcon)
|
||||||
else:
|
else:
|
||||||
self.icons[None] = None
|
self.icons[None] = None
|
||||||
|
self.icons[''] = self.icons[None]
|
||||||
|
|
||||||
self.pending = {}
|
self.pending = {}
|
||||||
self.redirects = {}
|
self.redirects = {}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue