Add Download Progress tracking; early errors for invalid debrid torrent status (#35)

This commit is contained in:
Mukhtar Akere
2025-01-31 23:45:49 +01:00
committed by GitHub
parent 64995d0bf3
commit 297715bf6e
9 changed files with 81 additions and 40 deletions

View File

@@ -96,8 +96,6 @@
} else {
alert(`Successfully added ${result.results.length} torrents!`);
}
document.getElementById('magnetURI').value = '';
} catch (error) {
alert(`Error adding downloads: ${error.message}`);
} finally {