mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-19 22:04:56 -04:00
Unsaved file.
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user