mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
Fixed: Remove accents from titles when looking for matching series
This commit is contained in:
@@ -40,5 +40,13 @@ namespace NzbDrone.Core.Test.ParserTests
|
||||
var result = Parser.Parser.ParseSeriesName(postTitle);
|
||||
result.Should().Be(title.CleanSeriesTitle());
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void should_remove_accents_from_title()
|
||||
{
|
||||
const String title = "Carnivŕle";
|
||||
|
||||
title.CleanSeriesTitle().Should().Be("carnivale");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user