diff --git a/src/Api.ts b/src/Api.ts index a7dba49..b0ddbe8 100644 --- a/src/Api.ts +++ b/src/Api.ts @@ -121,6 +121,10 @@ class Api { return this.actionTorrents('resume', hashes); } + public setForceStartTorrents(hashes: string[]) { + return this.actionTorrents('setForceStart', hashes, {value:'true'}); + } + public reannounceTorrents(hashes: string[]) { return this.actionTorrents('reannounce', hashes); } diff --git a/src/components/Torrents.vue b/src/components/Torrents.vue index 9cfc6f7..1b10c3d 100644 --- a/src/components/Torrents.vue +++ b/src/components/Torrents.vue @@ -33,6 +33,16 @@ > mdi-pause + + + mdi-play-speed + +