Add torrent and zip viewers to filesystem
This commit is contained in:
@@ -79,6 +79,7 @@ const delete_selected = () => {
|
||||
// Wait for all the promises to finish
|
||||
Promise.all(promises).catch((err) => {
|
||||
console.error(err)
|
||||
alert("Delete failed: ", err)
|
||||
}).finally(() => {
|
||||
mode = "viewing"
|
||||
reload()
|
||||
|
Reference in New Issue
Block a user