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 a0f07e1 commit a2560dfCopy full SHA for a2560df
1 file changed
core/src/main/java/xyz/gianlu/librespot/player/Player.java
@@ -258,6 +258,8 @@ private void handleLoad(@NotNull Spirc.Frame frame) {
258
.setBecameActiveAt(System.currentTimeMillis());
259
}
260
261
+ LOGGER.debug(String.format("Loading context, uri: %s", frame.getState().getContextUri()));
262
+
263
updatedTracks(frame);
264
265
if (state.getTrackCount() > 0) {
0 commit comments