jfoenix 9.0.3 -> 9.0.4

This commit is contained in:
Jannik
2018-05-04 18:53:51 +02:00
parent 48b9c99baa
commit 402a004ef6
3 changed files with 10 additions and 4 deletions

View File

@ -615,8 +615,8 @@ public class DBController {
try {
mainWindowController.getPosterImageView().setImage(new Image(new File(rs.getString("Poster")).toURI().toString()));
} catch (Exception e) {
mainWindowController.getPosterImageView().setImage(new Image("resources/icons/close_black_2048x2048.png"));
LOGGER.error(e);
mainWindowController.getPosterImageView().setImage(new Image("icons/close_black_2048x2048.png"));
LOGGER.error("No Poster found, useing default.");
}
stmt.close();