mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +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)
|
||||
else:
|
||||
self.icons[None] = None
|
||||
self.icons[''] = self.icons[None]
|
||||
|
||||
self.pending = {}
|
||||
self.redirects = {}
|
||||
|
|
Loading…
Add table
Reference in a new issue