Skip to content

Commit

Permalink
Merge branch 'hotfix/794' into hotfix/3.1.185
Browse files Browse the repository at this point in the history
  • Loading branch information
alex1702 committed Feb 2, 2022
2 parents aa40e7b + d1f5811 commit 9c27bdc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ private static Optional<ArteVideoType> mapFrench(String code) {
case "VFAUD":
return Optional.of(ArteVideoType.AUDIO_DESCRIPTION);
case "VO-STF":
case "VOF-STA":
return Optional.of(ArteVideoType.ORIGINAL_WITH_SUBTITLE);
default:
return Optional.empty();
Expand All @@ -103,6 +102,7 @@ private static Optional<ArteVideoType> mapGerman(String code) {
return Optional.of(ArteVideoType.ORIGINAL);
case "VO-STA":
case "VOA-STF":
case "VOF-STA":
return Optional.of(ArteVideoType.ORIGINAL_WITH_SUBTITLE);
default:
return Optional.empty();
Expand Down

0 comments on commit 9c27bdc

Please sign in to comment.