Update API.java
This commit is contained in:
parent
bbdc0d413e
commit
f858f628ad
|
|
@ -371,7 +371,7 @@ public class API {
|
||||||
|
|
||||||
public JSONObject getVideoPreviewPlayInfo(String fileId) {
|
public JSONObject getVideoPreviewPlayInfo(String fileId) {
|
||||||
try {
|
try {
|
||||||
SpiderDebug.log("getPreviewUrl..." + fileId);
|
SpiderDebug.log("getVideoPreviewPlayInfo..." + fileId);
|
||||||
tempIds.add(0, copy(fileId));
|
tempIds.add(0, copy(fileId));
|
||||||
JSONObject body = new JSONObject();
|
JSONObject body = new JSONObject();
|
||||||
body.put("file_id", tempIds.get(0));
|
body.put("file_id", tempIds.get(0));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue