We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5607c5d commit e743f1bCopy full SHA for e743f1b
1 file changed
player/src/main/java/xyz/gianlu/librespot/player/FileConfiguration.java
@@ -352,6 +352,8 @@ public ShellEvents.Configuration toEventsShell() {
352
.setOnPanicState(config.get("shell.onPanicState"))
353
.setOnConnectionDropped(config.get("shell.onConnectionDropped"))
354
.setOnConnectionEstablished(config.get("shell.onConnectionEstablished"))
355
+ .setOnStartedLoading(config.get("shell.onStartedLoading"))
356
+ .setOnFinishedLoading(config.get("shell.onFinishedLoading"))
357
.build();
358
}
359
0 commit comments