mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-02-05 07:27:11 +00:00
Unsaved file.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user