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 0cfc857 commit 98243ccCopy full SHA for 98243cc
1 file changed
core/src/main/java/xyz/gianlu/librespot/player/Player.java
@@ -629,7 +629,7 @@ void update(@NotNull Remote3Frame frame) {
629
state.setContextUri(frame.context.uri);
630
state.clearTrack();
631
632
- if (frame.context.pages != null) {
+ if (frame.context.pages != null && !frame.context.pages.isEmpty()) {
633
String trackUid = null;
634
int pageIndex = -1;
635
if (frame.options != null && frame.options.skipTo != null) {
0 commit comments