Skip to content

Commit a5ed683

Browse files
author
werwolf2303
committed
Fix playback
Changed spclient to spclient.wg.spotify.com:443
1 parent 22aeeb9 commit a5ed683

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/main/java/com/spotifyxp/deps/xyz/gianlu/librespot/core/ApResolver.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ public String getRandomDealer() {
125125

126126
@NotNull
127127
public String getRandomSpclient() {
128-
return getRandomOf("spclient");
128+
return "spclient.wg.spotify.com:443";
129+
//return getRandomOf("spclient");
129130
}
130131

131132
@NotNull

0 commit comments

Comments
 (0)