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:
@@ -142,6 +142,11 @@
|
||||
"label": {
|
||||
"no_downloads": "No downloads"
|
||||
},
|
||||
"error": {
|
||||
"label": {
|
||||
"failed_to_remove": "Could not remove download from queue."
|
||||
}
|
||||
},
|
||||
"title": "Download Queue"
|
||||
},
|
||||
"state": {
|
||||
|
||||
Reference in New Issue
Block a user