NewPCT: Show the year between parentheses on the title (#11713) Resolves #11113

This commit is contained in:
Ignacio Laborde 2021-05-11 20:47:54 -03:00 committed by GitHub
parent 5f5c3b18dd
commit 1ca5e23dd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -625,7 +625,7 @@ namespace Jackett.Common.Indexers
};
//Sanitize
title = title.Replace("-", "").Replace("(", "").Replace(")", "");
title = title.Replace("-", "");
title = Regex.Replace(title, @"\s+", " ");
if (releaseType == ReleaseType.Tv)