1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-12-23 16:28:51 -05:00

* hash lookup not used in rename(...) call so it's useless (or misleading) for grouping as well

This commit is contained in:
Reinhard Pointner 2015-01-10 20:29:42 +00:00
parent 4ee7f9da45
commit 0efdffabbe

View File

@ -243,7 +243,7 @@ public abstract class ScriptShellBaseClass extends Script {
// 3. run full-fledged movie detection
try {
return MediaDetection.detectMovie(file, WebServices.OpenSubtitles.isAnonymous() ? null : WebServices.OpenSubtitles, WebServices.TheMovieDB, Locale.ENGLISH, strict).get(0);
return MediaDetection.detectMovie(file, null, WebServices.TheMovieDB, Locale.ENGLISH, strict).get(0);
} catch (Exception e) {
// ignore and fail
}