mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-25 22:37:27 -04:00
Fixed: download URL for some newznab imposters
This commit is contained in:
@@ -147,6 +147,7 @@ namespace NzbDrone.Core.Indexers
|
||||
{
|
||||
return item.Element("enclosure").Attribute("url").Value;
|
||||
}
|
||||
|
||||
return item.Element("link").Value;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user