mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
fixed some issues here and there.
This commit is contained in:
@@ -322,7 +322,7 @@ namespace NzbDrone.Core.Parser
|
||||
}
|
||||
//Based on extension
|
||||
|
||||
if (result.Quality == Quality.Unknown)
|
||||
if (result.Quality == Quality.Unknown && !name.ContainsInvalidPathChars())
|
||||
{
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user