1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-12-24 08:48:51 -05:00
This commit is contained in:
Reinhard Pointner 2011-11-30 18:43:07 +00:00
parent 208b86c968
commit 6c7db64174

View File

@ -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) {