Trigger the saveQueue before reload
This commit is contained in:
parent
027b2c4fb1
commit
be18f667d9
@ -185,6 +185,7 @@ export class Manager extends EventEmitter {
|
||||
this.notifiedFinished = true;
|
||||
new Notification(null, _("queue-finished"));
|
||||
if (this.shouldReload) {
|
||||
this.saveQueue.trigger();
|
||||
setTimeout(() => {
|
||||
if (this.running.size) {
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user