Skip to content

Commit 5981fb5

Browse files
werwolf2303devgianlu
authored andcommitted
Fix status code 500 in spclient requests
1 parent d62a304 commit 5981fb5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/src/main/java/xyz/gianlu/librespot/core/ApResolver.java

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

129129
@NotNull
130130
public String getRandomSpclient() {
131-
return getRandomOf("spclient");
131+
return "spclient.wg.spotify.com:443";
132+
//return getRandomOf("spclient");
132133
}
133134

134135
@NotNull

0 commit comments

Comments
 (0)