1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-23 22:25:14 -04:00

Fixed: Parse JAP instead of JPN as Japanese

This commit is contained in:
Bogdan
2025-04-13 12:25:46 +03:00
parent e5137d13e9
commit 445babbca8
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ namespace NzbDrone.Core.Parser
(?<latvian>\b(?:lat|lav|lv)\b)|
(?<telugu>\btel\b)|
(?<vietnamese>\bVIE\b)|
(?<japanese>\bJPN\b)|
(?<japanese>\bJAP\b)|
(?<korean>\bKOR\b)|
(?<urdu>\burdu\b)|
(?<original>\b(?:orig|original)\b)",