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

New: Parsing titles with multiple translated titles

This commit is contained in:
Stas Panasiuk
2024-02-06 23:03:36 -05:00
committed by GitHub
parent 34e74eecd7
commit 6e81517d51
4 changed files with 7 additions and 0 deletions
@@ -94,6 +94,7 @@ namespace NzbDrone.Core.Test.ParserTests
}
[TestCase("Босх: Спадок (S2E1) / Series: Legacy (S2E1) (2023) WEB-DL 1080p Ukr/Eng | sub Eng", "Босх: Спадок", "Series: Legacy")]
[TestCase("Босх: Спадок / Series: Legacy / S2E1-4 of 10 (2023) WEB-DL 1080p Ukr/Eng | sub Eng", "Босх: Спадок", "Series: Legacy")]
public void should_parse_multiple_series_titles(string postTitle, params string[] titles)
{
var seriesTitleInfo = Parser.Parser.ParseTitle(postTitle).SeriesTitleInfo;