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 8ef95c5 commit c41cbf6Copy full SHA for c41cbf6
1 file changed
lib/src/main/java/xyz/gianlu/librespot/core/ApResolver.java
@@ -40,7 +40,7 @@
40
* @author Gianlu
41
*/
42
public final class ApResolver {
43
- private static final String BASE_URL = "http://apresolve.spotify.com/";
+ private static final String BASE_URL = "https://apresolve.spotify.com/";
44
private static final Logger LOGGER = LoggerFactory.getLogger(ApResolver.class);
45
46
private final OkHttpClient client;
0 commit comments