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:
@@ -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)",
|
||||
|
||||
Reference in New Issue
Block a user