Trigger the saveQueue before reload

This commit is contained in:
Nils Maier 2019-09-04 14:44:23 +02:00
parent 027b2c4fb1
commit be18f667d9

View File

@ -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;