mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-25 22:36:59 -04:00
Fixed: Matching anime using full series title instead of cleaned title to be able to detect subtle!! differences`!! in titles!!!
This commit is contained in:
@@ -44,7 +44,7 @@ namespace NzbDrone.Core.Test.ParserTests
|
||||
|
||||
var result = Parser.Parser.ParseTitle(title).SeriesTitleInfo;
|
||||
|
||||
result.Title.Should().Be("house2004");
|
||||
result.Title.Should().Be("House 2004");
|
||||
}
|
||||
|
||||
[Test]
|
||||
@@ -54,7 +54,7 @@ namespace NzbDrone.Core.Test.ParserTests
|
||||
|
||||
var result = Parser.Parser.ParseTitle(title).SeriesTitleInfo;
|
||||
|
||||
result.TitleWithoutYear.Should().Be("house");
|
||||
result.TitleWithoutYear.Should().Be("House");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user