added a "next episode" button to the player
This commit is contained in:
@ -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) {
|
||||
|
||||
|
Reference in New Issue
Block a user