mirror of
https://github.com/mayswind/AriaNg.git
synced 2026-02-09 02:49:26 +08:00
Update new.js
fix bug
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
options: angular.copy($scope.context.options)
|
||||
};
|
||||
|
||||
saveDownloadPath(options);
|
||||
saveDownloadPath(task.options);
|
||||
|
||||
return aria2TaskService.newTorrentTask(task, pauseOnAdded, responseCallback);
|
||||
};
|
||||
@@ -51,7 +51,7 @@
|
||||
options: angular.copy($scope.context.options)
|
||||
};
|
||||
|
||||
saveDownloadPath(options);
|
||||
saveDownloadPath(task.options);
|
||||
|
||||
return aria2TaskService.newMetalinkTask(task, pauseOnAdded, responseCallback);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user