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 6adaace commit 260d2acCopy full SHA for 260d2ac
1 file changed
core/src/main/java/xyz/gianlu/librespot/player/Player.java
@@ -442,7 +442,7 @@ private void handleLoad(@NotNull Remote3Frame frame) {
442
443
boolean play;
444
if (frame.options.initiallyPaused != null) play = !frame.options.initiallyPaused;
445
- else play = state.getStatus() == Spirc.PlayStatus.kPlayStatusPlay || wasInactive;
+ else play = !wasInactive;
446
loadTrack(play);
447
} else {
448
panicState();
0 commit comments