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

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)