mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
more nd icons and some spelling fixes
This commit is contained in:
@@ -25,8 +25,7 @@ namespace NzbDrone.Core.Indexers.Newznab
|
||||
|
||||
if (sizeElement == null)
|
||||
{
|
||||
var message = String.Format("Unable to parse size from: {0} [{1}]", currentResult.Title, currentResult.Indexer);
|
||||
throw new SizeParsingException(message);
|
||||
throw new SizeParsingException("Unable to parse size from: {0} [{1}]", currentResult.Title, currentResult.Indexer);
|
||||
}
|
||||
|
||||
currentResult.Size = Convert.ToInt64(sizeElement.Attribute("value").Value);
|
||||
|
||||
Reference in New Issue
Block a user