This commit is contained in:
Fabio Manganiello 2019-10-08 10:24:48 +00:00
parent ca41f6b8cf
commit 4c72646759
1 changed files with 1 additions and 1 deletions

View File

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