fixed series are expanded when sorting

* fixed series are expanded when sorting
* fixed null pointer exception when sorting
This commit is contained in:
Jannik
2018-04-07 12:49:00 +02:00
parent 3afc836df7
commit ee3ec73a63
2 changed files with 20 additions and 10 deletions

View File

@ -232,7 +232,7 @@ public class DBController {
}
LOGGER.info("loading data to the GUI ...");
mainWindowController.addDataUI();
mainWindowController.addDataUI(mainWindowController.getFilmsList());
}
/**