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;
|
this.notifiedFinished = true;
|
||||||
new Notification(null, _("queue-finished"));
|
new Notification(null, _("queue-finished"));
|
||||||
if (this.shouldReload) {
|
if (this.shouldReload) {
|
||||||
|
this.saveQueue.trigger();
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
if (this.running.size) {
|
if (this.running.size) {
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user