1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-20 21:54:58 -04:00

Fixed: Incorrectly parsing English subtitles as English audio

This commit is contained in:
Mark McDowall
2025-09-05 18:30:08 -07:00
parent 6c581b7e3c
commit 224e74605b
2 changed files with 2 additions and 2 deletions
@@ -42,7 +42,7 @@ namespace NzbDrone.Core.Test.ParserTests
[TestCase("Title.the.Italy.Series.S02E01.720p.HDTV.x264-TLA")]
[TestCase("Series Title - S01E01 - Pilot.en.sub")]
[TestCase("Series.Title.S01E01.SUBFRENCH.1080p.WEB.x264-GROUP")]
[TestCase("[Judas] Series Japanese Name (Series English Name) - S02E10 [1080P][HEVC x256 10bit][Eng-Subs] (Weekly)")]
public void should_parse_language_unknown(string postTitle)
{
var result = LanguageParser.ParseLanguages(postTitle);