diff --git a/deluge/ui/tracker_icons.py b/deluge/ui/tracker_icons.py index 3469bf194..afc48e1d6 100644 --- a/deluge/ui/tracker_icons.py +++ b/deluge/ui/tracker_icons.py @@ -51,7 +51,7 @@ RENAMES = { "aelitis.com":"www.vuze.com" } -VALID_ICO_TYPES = ["octet-stream", "x-icon", "image/vnd.microsoft.icon", "vnd.microsoft.icon"] +VALID_ICO_TYPES = ["octet-stream", "x-icon", "image/vnd.microsoft.icon", "vnd.microsoft.icon", "plain"] VALID_PNG_TYPES = ["octet-stream", "png"] def fetch_url(url, valid_subtypes=None):