mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Fixed an issue where an unparsable item could break the parser.
This commit is contained in:
@@ -77,7 +77,10 @@ namespace NzbDrone.Core
|
||||
result = ParseTitle(fileInfo.FullName);
|
||||
}
|
||||
|
||||
result.OriginalString = path;
|
||||
if (result != null)
|
||||
{
|
||||
result.OriginalString = path;
|
||||
}
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user