added a "next episode" button to the player

This commit is contained in:
2018-12-08 22:48:13 +01:00
parent c3a148b267
commit a677abc15c
3 changed files with 72 additions and 34 deletions

View File

@ -473,7 +473,7 @@ public class MainWindowController {
while ((line = input.readLine()) != null) {
output = line;
}
LOGGER.info(output);
LOGGER.info("which vlc: " + output);
input.close();
} catch (IOException e1) {
e1.printStackTrace();
@ -604,8 +604,6 @@ public class MainWindowController {
* add data from films-list to films-table
*/
public void addFilmsToTable(ObservableList<FilmTabelDataType> elementsList) {
System.out.println(elementsList.size());
for (FilmTabelDataType element : elementsList) {