Torrent download from web panel should be asynchronous

This commit is contained in:
Fabio Manganiello 2019-10-08 10:14:45 +00:00
parent 99d17b666c
commit ca41f6b8cf
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ Vue.component('media-torrents', {
const ret = await request('torrent.download', {
torrent: magnet,
_async: false,
});
}
},