From ca41f6b8cf072b6c9585597eb2ad7d7fb1a3a3e4 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Tue, 8 Oct 2019 10:14:45 +0000 Subject: [PATCH] Torrent download from web panel should be asynchronous --- platypush/backend/http/static/js/plugins/media/torrents.js | 1 + 1 file changed, 1 insertion(+) diff --git a/platypush/backend/http/static/js/plugins/media/torrents.js b/platypush/backend/http/static/js/plugins/media/torrents.js index 8c734358..42b7a503 100644 --- a/platypush/backend/http/static/js/plugins/media/torrents.js +++ b/platypush/backend/http/static/js/plugins/media/torrents.js @@ -71,6 +71,7 @@ Vue.component('media-torrents', { const ret = await request('torrent.download', { torrent: magnet, + _async: false, }); } },