diff --git a/lib/src/main/java/xyz/gianlu/librespot/core/ApResolver.java b/lib/src/main/java/xyz/gianlu/librespot/core/ApResolver.java index ad80f35e..0740bd66 100644 --- a/lib/src/main/java/xyz/gianlu/librespot/core/ApResolver.java +++ b/lib/src/main/java/xyz/gianlu/librespot/core/ApResolver.java @@ -128,7 +128,8 @@ public String getRandomDealer() { @NotNull public String getRandomSpclient() { - return getRandomOf("spclient"); + return "spclient.wg.spotify.com:443"; + //return getRandomOf("spclient"); } @NotNull