diff --git a/app/src/main/java/com/github/catvod/ali/API.java b/app/src/main/java/com/github/catvod/ali/API.java index 954b6273..f46d3ae2 100644 --- a/app/src/main/java/com/github/catvod/ali/API.java +++ b/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));