diff --git a/resource/clients/synologyDownloadStation/init.js b/resource/clients/synologyDownloadStation/init.js index c42ac1eef..380f3b0d9 100644 --- a/resource/clients/synologyDownloadStation/init.js +++ b/resource/clients/synologyDownloadStation/init.js @@ -146,7 +146,7 @@ data: options.url }) .then((result) => { - formData.append("file", result, "file.torrent") + formData.append("torrent", result, "file.torrent") this.addTorrent(formData, options, callback); })