From f858f628ad25b719ec4acc52e52f1379717122c4 Mon Sep 17 00:00:00 2001 From: FongMi Date: Thu, 11 May 2023 17:10:31 +0800 Subject: [PATCH] Update API.java --- app/src/main/java/com/github/catvod/ali/API.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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));