add demo audio track selection popup

This commit is contained in:
2020-05-22 16:46:46 +02:00
parent 5e0fd8063d
commit c04a7c0d4d
6 changed files with 80 additions and 28 deletions

View File

@ -51,7 +51,7 @@ public class Main extends Application {
// TODO rename streamURL to mediaURL
@Override
public void start(Stage primaryStage) throws IOException {
public void start(Stage primaryStage) {
//initialize the mainWindowController and the primaryStage
try {
@ -118,7 +118,7 @@ public class Main extends Application {
XMLController.getPosterCache().mkdir();
}
launch(args);
launch();
}
}