1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00

* fix "SubLanguageID for 'Chinese' not found" issues

This commit is contained in:
Reinhard Pointner 2015-01-13 07:05:42 +00:00
parent 70589c13c7
commit 48b796cfee

View File

@ -584,6 +584,7 @@ public class OpenSubtitlesClient implements SubtitleProvider, VideoHashSubtitleS
// some additional special handling
subLanguageMap.put("brazilian", "pob");
subLanguageMap.put("chinese", "zho");
// cache data
cache.put(cacheKey, subLanguageMap);