Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/2f3e4443945826554ffa6f186f76a25c032d5273 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Unsaved file.

pull/2/head
Taloth Saldono 10 years ago
parent c02d6c426c
commit 2f3e444394

@ -195,7 +195,7 @@ namespace NzbDrone.Core.Indexers
{
return GetEnclosureLength(item);
}
if (ParseSizeInDescription)
if (ParseSizeInDescription && item.Element("description") != null)
{
return ParseSize(item.Element("description").Value, true);
}

Loading…
Cancel
Save