add demo audio track selection popup
This commit is contained in:
@ -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();
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user