summaryrefslogtreecommitdiffstats
path: root/macosx/HBQueue.m
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/HBQueue.m')
-rw-r--r--macosx/HBQueue.m3
1 files changed, 3 insertions, 0 deletions
diff --git a/macosx/HBQueue.m b/macosx/HBQueue.m
index 49fed88c1..9d2f32ba9 100644
--- a/macosx/HBQueue.m
+++ b/macosx/HBQueue.m
@@ -626,6 +626,9 @@ NSString * const HBQueueItemNotificationItemKey = @"HBQueueItemNotificationItemK
[NSNotificationCenter.defaultCenter postNotificationName:HBQueueDidCompleteNotification object:self];
}
}
+
+ [NSNotificationCenter.defaultCenter postNotificationName:HBQueueDidChangeStateNotification object:self];
+
[self.items commit];
}