pull/1/head
FongMi 3 years ago
parent d82b8d5f38
commit 692b9b5435
  1. 4
      app/src/main/java/com/github/catvod/bean/Result.java
  2. BIN
      jar/custom_spider.jar
  3. 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;
}

Binary file not shown.

@ -1 +1 @@
83309fc06ded7cbe68738abebbbca4fe
c67065eabe8a54c7b6e6125e6ad9f7da

Loading…
Cancel
Save