Skip to content

Commit

Permalink
fix linux version, now minimum java version is 21
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFaser committed Jun 17, 2024
1 parent 03bd2b0 commit b8206eb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ private void setupPlayer() {
playerTextField.setText("https://music.yandex.ru/home");
playerWebEngine = playerWebView.getEngine();
playerWebEngine.setUserAgent("Mozilla/5.0");

playerWebEngine.setJavaScriptEnabled(true);

playerWebEngine.getLoadWorker().stateProperty().addListener((observable, oldValue, newValue) -> {
Expand Down

0 comments on commit b8206eb

Please sign in to comment.