|
|
@ -289,7 +289,7 @@ function aliDiskSearch(input,data) { |
|
|
|
extra: { |
|
|
|
extra: { |
|
|
|
cls: "loadlist", |
|
|
|
cls: "loadlist", |
|
|
|
name: input, |
|
|
|
name: input, |
|
|
|
dirname: input |
|
|
|
dirname: item.title |
|
|
|
} |
|
|
|
} |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
@ -460,9 +460,6 @@ function aliMyDisk(folder_id,nofilter) { |
|
|
|
play['subtitle'] = getPath(subfile); |
|
|
|
play['subtitle'] = getPath(subfile); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
//play.urls.unshift(file_url+ "#isVideo=true##pre#");
|
|
|
|
|
|
|
|
//play.names.unshift("原始 画质");
|
|
|
|
|
|
|
|
//play.headers.unshift({'Referer':'https://www.aliyundrive.com/'});
|
|
|
|
|
|
|
|
return JSON.stringify(play); |
|
|
|
return JSON.stringify(play); |
|
|
|
}else{ |
|
|
|
}else{ |
|
|
|
return "toast://"+play.message; |
|
|
|
return "toast://"+play.message; |
|
|
|