1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-21 22:05:38 -04:00

New: Map Swiss German to German

This commit is contained in:
v3DJG6GL
2025-06-10 02:12:58 +02:00
committed by GitHub
parent 59af86cea4
commit 030910babc
4 changed files with 4 additions and 1 deletions
@@ -113,6 +113,7 @@ namespace NzbDrone.Core.Test.ParserTests
[TestCase("Series Title S01 Eng Fre Ger Ita Por Spa 2160p WEBMux HDR HEVC DDP SGF")]
[TestCase("Series Title S01 KOREAN ENG FRA GER ITA SPA MULTI 2160p NF WEB DL DDP5 1 DV HDR x265 Atmos MassModz")]
[TestCase("Series.Title.S02E09.EpisodeName.German.DL.BD.x264-TVS")]
[TestCase("Series.Title.S01E10.EpisodeName.SwissGerman.WEB-DL.h264-RlsGrp")]
public void should_parse_language_german(string postTitle)
{
var result = LanguageParser.ParseLanguages(postTitle);