Unsaved file.

This commit is contained in:
Taloth Saldono 2015-07-03 21:24:39 +02:00
commit 2f3e444394

View file

@ -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);
}