Unsaved file.

pull/6/head
Taloth Saldono 9 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