* 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
1 changed files with 1 additions and 0 deletions

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);