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 704ca19 commit dae67beCopy full SHA for dae67be
1 file changed
lib/src/main/java/xyz/gianlu/librespot/core/ApResolver.java
@@ -62,7 +62,7 @@ public void refreshPool() throws IOException {
62
}
63
64
@NotNull
65
- private List<String> getUrls(@NotNull JsonObject body, @NotNull String type) {
+ private static List<String> getUrls(@NotNull JsonObject body, @NotNull String type) {
66
JsonArray aps = body.getAsJsonArray(type);
67
List<String> list = new ArrayList<>(aps.size());
68
for (JsonElement ap : aps) list.add(ap.getAsString());
0 commit comments