small omdbAPI query fixes

This commit is contained in:
2018-12-20 13:47:32 +01:00
parent 1d06aaeaa2
commit 29c6b30168
3 changed files with 24 additions and 13 deletions

View File

@ -826,8 +826,6 @@ public class MainWindowController {
Runnable OMDbAPIWorker = new OMDbAPIController(main, dbController, entry, omdbAPIKey, false);
executor.execute(OMDbAPIWorker);
// TODO for entries not available show homeflix logo and set cached
}
executor.shutdown();