Update API.java

pull/69/head
FongMi 3 years ago
parent bbdc0d413e
commit f858f628ad
  1. 2
      app/src/main/java/com/github/catvod/ali/API.java

@ -371,7 +371,7 @@ public class API {
public JSONObject getVideoPreviewPlayInfo(String fileId) {
try {
SpiderDebug.log("getPreviewUrl..." + fileId);
SpiderDebug.log("getVideoPreviewPlayInfo..." + fileId);
tempIds.add(0, copy(fileId));
JSONObject body = new JSONObject();
body.put("file_id", tempIds.get(0));

Loading…
Cancel
Save