mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 04:59:35 -07:00
Unsaved file.
This commit is contained in:
parent
c02d6c426c
commit
2f3e444394
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue