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
60f3d32de7
commit
a4c6f4e8c9
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