Remove tag lookup since it's no longer "strict" enough since OpenSubtitles changed "tag lookup" behaviour

@see https://www.filebot.net/forums/viewtopic.php?f=6&t=5501
This commit is contained in:
Reinhard Pointner 2017-11-21 22:07:21 +01:00
parent b48cbfa3cb
commit 0fd06eff35
1 changed files with 0 additions and 5 deletions

View File

@ -188,11 +188,6 @@ public class OpenSubtitlesClient implements SubtitleProvider, VideoHashSubtitleS
}
});
// lookup subtitles by tag
if (remainingFiles.size() > 0) {
results.putAll(getSubtitleListByTag(remainingFiles.toArray(new File[0]), locale));
}
return results;
}