forked from platypush/platypush
typo
This commit is contained in:
parent
ca41f6b8cf
commit
4c72646759
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ Vue.component('media-torrents', {
|
||||||
|
|
||||||
const ret = await request('torrent.download', {
|
const ret = await request('torrent.download', {
|
||||||
torrent: magnet,
|
torrent: magnet,
|
||||||
_async: false,
|
_async: true,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue