main
FongMi 4 years ago
parent 0f129f1963
commit 3c9cfed76d
  1. 4
      app/src/main/java/com/github/catvod/bean/Result.java
  2. 2
      jar/custom_spider.jar.md5

@ -80,8 +80,8 @@ public class Result {
}
public Result filters(JSONObject object) {
Type listType = new TypeToken<LinkedHashMap<String, List<Filter>>>() {
}.getType();
if (object == null) return this;
Type listType = new TypeToken<LinkedHashMap<String, List<Filter>>>() {}.getType();
this.filters = new Gson().fromJson(object.toString(), listType);
return this;
}

@ -1 +1 @@
83309fc06ded7cbe68738abebbbca4fe
c67065eabe8a54c7b6e6125e6ad9f7da

Loading…
Cancel
Save