mirror of
https://github.com/qaiu/netdisk-fast-download.git
synced 2026-04-11 03:16:54 +00:00
Fixed: Lz parser return filename error.
This commit is contained in:
@@ -252,7 +252,7 @@ public class LzTool extends PanBase {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
// 文件名
|
// 文件名
|
||||||
if (urlJson.containsKey("inf") && urlJson.getMap().get("inf") instanceof Character) {
|
if (urlJson.containsKey("inf") && urlJson.getMap().get("inf") instanceof CharSequence) {
|
||||||
((FileInfo)shareLinkInfo.getOtherParam().get("fileInfo")).setFileName(name);
|
((FileInfo)shareLinkInfo.getOtherParam().get("fileInfo")).setFileName(name);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user