wxs-dev

Results 2 issues of wxs-dev

**Please provide the following information** ### qBittorrent version and Operating System v4.2.5.12 armbian平台 ### If on linux, libtorrent-rasterbar and Qt version Qt: 5.11.3 Libtorrent: 1.2.5.0 Boost: 1.67.0 OpenSSL: |1.1.1d zlib:...

enhancement

upload_handler.js插件只写了删除文件的逻辑,文件上传完后没有报错也没有删除文件 ``` function uploadFileFinishCallback(context, params) { console.log(params); if (params["localFileType"] != "file") { // do nothing return; } if (params["uploadResult"] == "success") { PluginUtil.LocalFS.deleteFile(params["localFilePath"]); } } ```