1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-25 22:46:31 -04:00

Remove extension from ReleaseTitle.

Fixes #2118
This commit is contained in:
Taloth Saldono
2017-08-13 12:27:12 +02:00
parent 35f911286f
commit c70740e3b6
2 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -355,7 +355,7 @@ namespace NzbDrone.Core.Parser
Logger.Trace(regex);
try
{
var result = ParseMatchCollection(match, title);
var result = ParseMatchCollection(match, releaseTitle);
if (result != null)
{