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 7a6c480 commit 947593fCopy full SHA for 947593f
player/src/main/java/xyz/gianlu/librespot/player/StateWrapper.java
@@ -146,7 +146,7 @@ private boolean isShufflingContext() {
146
}
147
148
void setShufflingContext(boolean value) {
149
- if (context == null) return;
+ if (context == null || tracksKeeper == null) return;
150
151
boolean old = isShufflingContext();
152
state.getOptionsBuilder().setShufflingContext(value && context.restrictions.can(Action.SHUFFLE));
0 commit comments