diff --git a/pom.xml b/pom.xml index 153bd94..85239ae 100644 --- a/pom.xml +++ b/pom.xml @@ -27,19 +27,19 @@ org.openjfx javafx-controls - 11.0.1 + 11.0.2 org.openjfx javafx-fxml - 11.0.1 + 11.0.2 org.openjfx javafx-media - 11.0.1 + 11.0.2 diff --git a/src/main/java/kellerkinder/HomeFlix/application/MainWindowController.java b/src/main/java/kellerkinder/HomeFlix/application/MainWindowController.java index 3c87741..b93b516 100644 --- a/src/main/java/kellerkinder/HomeFlix/application/MainWindowController.java +++ b/src/main/java/kellerkinder/HomeFlix/application/MainWindowController.java @@ -430,10 +430,10 @@ public class MainWindowController { if ((currentTableFilm.getCached().isAfter(lastValidCache) )|| dbController.searchCacheByURL(getCurrentStreamUrl())) { LOGGER.info("loading from cache: " + getCurrentTitle()); setSelectedFilmInfo(dbController.readCache(getCurrentStreamUrl())); - System.out.println("cache date is: " + currentTableFilm.getCached().toString()); +// System.out.println("cache date is: " + currentTableFilm.getCached().toString()); } else { - System.out.println("either not cached or to old!"); - System.out.println("cache date is: " + currentTableFilm.getCached().toString()); +// System.out.println("either not cached or to old!"); +// System.out.println("cache date is: " + currentTableFilm.getCached().toString()); // this is not perfect! new Thread(new Runnable() { public void run() {