mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-29 13:25:13 +02:00
SabQueueItem ParseResult will trim off duplicate before parsing.
This commit is contained in:
@@ -24,7 +24,7 @@ namespace NzbDrone.Core.Model.Sabnzbd
|
||||
set
|
||||
{
|
||||
_title = value;
|
||||
ParseResult = Parser.ParseTitle(value);
|
||||
ParseResult = Parser.ParseTitle(value.Replace("DUPLICATE / ", String.Empty));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user