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