forked from platypush/platypush
Torrent download from web panel should be asynchronous
This commit is contained in:
parent
99d17b666c
commit
ca41f6b8cf
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ Vue.component('media-torrents', {
|
|||
|
||||
const ret = await request('torrent.download', {
|
||||
torrent: magnet,
|
||||
_async: false,
|
||||
});
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue