mirror of
https://github.com/zoriya/flood.git
synced 2026-06-01 10:35:59 +00:00
Fix base path option
This commit is contained in:
@@ -120,10 +120,10 @@ let TorrentActions = {
|
||||
},
|
||||
|
||||
moveTorrents: (hashes, options) => {
|
||||
let {destination, isbaseURI, filenames, sources, moveFiles} = options;
|
||||
let {destination, isBasePath, filenames, sources, moveFiles} = options;
|
||||
|
||||
return axios.post(`${baseURI}api/client/torrents/move`,
|
||||
{hashes, destination, isbaseURI, filenames, sources, moveFiles})
|
||||
{hashes, destination, isBasePath, filenames, sources, moveFiles})
|
||||
.then((json = {}) => json.data)
|
||||
.then((data) => {
|
||||
AppDispatcher.dispatchServerAction({
|
||||
|
||||
Reference in New Issue
Block a user