Unsaved file.

This commit is contained in:
Taloth Saldono 2015-07-03 21:24:39 +02:00
parent c02d6c426c
commit 2f3e444394
1 changed files with 1 additions and 1 deletions

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