1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 20:12:41 +02:00

Unsaved file.

This commit is contained in:
Taloth Saldono 2015-07-03 21:24:39 +02:00
parent c02d6c426c
commit 2f3e444394

View File

@ -195,7 +195,7 @@ protected virtual long GetSize(XElement item)
{
return GetEnclosureLength(item);
}
if (ParseSizeInDescription)
if (ParseSizeInDescription && item.Element("description") != null)
{
return ParseSize(item.Element("description").Value, true);
}