Skip to content

Commit

Permalink
fix: 尝试支持DSM7
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhilip committed Feb 13, 2022
1 parent b6fd750 commit 04f65af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resource/clients/synologyDownloadStation/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
})
Expand Down

0 comments on commit 04f65af

Please sign in to comment.