mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-21 22:25:03 -04:00
New: Removed the whole lenient parsing and lenient mapping functionality
This commit is contained in:
committed by
Qstick
parent
5f5391db47
commit
51de8f16fb
@@ -42,7 +42,7 @@ namespace NzbDrone.Core.Test.Framework
|
||||
Mocker.GetMock<IParsingService>().Setup(c => c.ParseMovieInfo(It.IsAny<string>(), It.IsAny<System.Collections.Generic.List<object>>()))
|
||||
.Returns<string, System.Collections.Generic.List<object>>((title, helpers) =>
|
||||
{
|
||||
var result = Parser.Parser.ParseMovieTitle(title, false);
|
||||
var result = Parser.Parser.ParseMovieTitle(title);
|
||||
if (result != null)
|
||||
{
|
||||
result.Quality = QualityParser.ParseQuality(title);
|
||||
|
||||
Reference in New Issue
Block a user