Skip to content

Commit

Permalink
fix(downloader.restartAll): change controller url to restart all down…
Browse files Browse the repository at this point in the history
…load
  • Loading branch information
davinkevin committed Jan 15, 2016
1 parent 2f86e7f commit 9314f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/app/common/service/data/downloadManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default class DownloadManager {
return this.baseDownloadManager.customGET("pauseAllDownload");
}
restartAllCurrentDownload () {
return this.baseDownloadManager.customGET("restartAllCurrentDownload");
return this.baseDownloadManager.customGET("restartAllDownload");
}
removeFromQueue (item) {
return this.baseDownloadManager.customDELETE("queue/" + item.id);
Expand Down

0 comments on commit 9314f0a

Please sign in to comment.