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:
parent
b48cbfa3cb
commit
0fd06eff35
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue