fix: Seasonvar jsonArray
This commit is contained in:
@@ -54,7 +54,8 @@ public class Seasonvar implements KinoWarez {
|
|||||||
return Collections.emptyList();
|
return Collections.emptyList();
|
||||||
}
|
}
|
||||||
|
|
||||||
JsonArray suggestions = jsonObject.get("suggestions").getAsJsonArray();
|
JsonArray suggestions = jsonObject.get("suggestions")
|
||||||
|
.getAsJsonObject().get("valu").getAsJsonArray();
|
||||||
|
|
||||||
List<Kino> outList = new ArrayList<>();
|
List<Kino> outList = new ArrayList<>();
|
||||||
for (int i = 0; i < suggestions.size(); i++) {
|
for (int i = 0; i < suggestions.size(); i++) {
|
||||||
|
|||||||
Reference in New Issue
Block a user