* don't use opensubtitles language detection to reduce server load / abuse

This commit is contained in:
Reinhard Pointner 2014-11-11 17:35:53 +00:00
parent 25bf8e1092
commit cc034003cb
1 changed files with 1 additions and 2 deletions

View File

@ -500,8 +500,7 @@ public class MediaBindingBean {
}
}
// try statistical language detection
return Language.getLanguage(WebServices.OpenSubtitles.detectLanguage(readFile(mediaFile)));
return null;
}
@Define("actors")