mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-01-07 10:35:49 +01:00
fix field name
This commit is contained in:
parent
16073a7f74
commit
e8a31fb6f4
@ -29,7 +29,7 @@ import pl.jakubweg.objects.SponsorSegment;
|
|||||||
import pl.jakubweg.objects.UserStats;
|
import pl.jakubweg.objects.UserStats;
|
||||||
|
|
||||||
public class SBRequester {
|
public class SBRequester {
|
||||||
private static final String SPONSORLOCK_API_URL = "https://sponsor.ajay.app/api/";
|
private static final String SPONSORBLOCK_API_URL = "https://sponsor.ajay.app/api/";
|
||||||
private static final String TIME_TEMPLATE = "%.3f";
|
private static final String TIME_TEMPLATE = "%.3f";
|
||||||
|
|
||||||
private SBRequester() {}
|
private SBRequester() {}
|
||||||
@ -180,7 +180,7 @@ public class SBRequester {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private static HttpURLConnection getConnectionFromRoute(Route route, String... params) throws IOException {
|
private static HttpURLConnection getConnectionFromRoute(Route route, String... params) throws IOException {
|
||||||
return Requester.getConnectionFromRoute(SPONSORLOCK_API_URL, route, params);
|
return Requester.getConnectionFromRoute(SPONSORBLOCK_API_URL, route, params);
|
||||||
}
|
}
|
||||||
|
|
||||||
private static JSONObject getJSONObject(Route route, String... params) throws Exception {
|
private static JSONObject getJSONObject(Route route, String... params) throws Exception {
|
||||||
|
Loading…
Reference in New Issue
Block a user