mirror of https://github.com/Sonarr/Sonarr
Unsaved file.
This commit is contained in:
parent
c02d6c426c
commit
2f3e444394
|
@ -195,7 +195,7 @@ namespace NzbDrone.Core.Indexers
|
||||||
{
|
{
|
||||||
return GetEnclosureLength(item);
|
return GetEnclosureLength(item);
|
||||||
}
|
}
|
||||||
if (ParseSizeInDescription)
|
if (ParseSizeInDescription && item.Element("description") != null)
|
||||||
{
|
{
|
||||||
return ParseSize(item.Element("description").Value, true);
|
return ParseSize(item.Element("description").Value, true);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue