diff --git a/common/modules/torrent.js b/common/modules/torrent.js index 92aa2da..f2d2b73 100644 --- a/common/modules/torrent.js +++ b/common/modules/torrent.js @@ -66,7 +66,7 @@ client.on('error', ({ detail }) => { client.on('warn', ({ detail }) => { console.error(detail) - toast.warning('Torrent Warning', { description: '' + (detail.message || detail) }) + toast.warning('Torrent Warning', { description: '' + (detail.message || detail), duration: 200 }) }) export async function add (torrentID, hide) {