mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02: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