Fix/download queue staying stopped when removing download (#299)

* [Cleanup] Use async/await

* Show download queue removal error toast

* Optionally restart download queue after removing download

When removing a download while the download queue was running, the queue was never started again.
This commit is contained in:
schroda
2023-05-15 18:15:28 +02:00
committed by GitHub
parent 8dae72604f
commit 5aaf0854fe
2 changed files with 26 additions and 6 deletions

View File

@@ -142,6 +142,11 @@
"label": {
"no_downloads": "No downloads"
},
"error": {
"label": {
"failed_to_remove": "Could not remove download from queue."
}
},
"title": "Download Queue"
},
"state": {