mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-24 08:48:51 -05:00
* bugfix
This commit is contained in:
parent
208b86c968
commit
6c7db64174
@ -200,7 +200,7 @@ class MovieHashMatcher implements AutoCompleteMatcher {
|
||||
|
||||
String input = null;
|
||||
synchronized (this) {
|
||||
input = showInputDialog("Enter movie name:", suggestion, options.get(0).getName(), parent);
|
||||
input = showInputDialog("Enter movie name:", suggestion, searchQueries.iterator().next(), parent);
|
||||
}
|
||||
|
||||
if (input != null) {
|
||||
|
Loading…
Reference in New Issue
Block a user