From 4e1a06c78aecfeffb04d11d368abdf9c5fcac0d6 Mon Sep 17 00:00:00 2001 From: Safihre Date: Fri, 22 Nov 2019 15:47:36 +0100 Subject: [PATCH] Notification queue_done was not implemented Closes #1330 --- sabnzbd/postproc.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sabnzbd/postproc.py b/sabnzbd/postproc.py index 11ad640..892b396 100644 --- a/sabnzbd/postproc.py +++ b/sabnzbd/postproc.py @@ -816,6 +816,7 @@ def handle_empty_queue(): """ Check if empty queue calls for action """ if sabnzbd.nzbqueue.NzbQueue.do.actives() == 0: sabnzbd.save_state() + notifier.send_notification("SABnzbd", T('Queue finished'), 'queue_done') # Perform end-of-queue action when one is set if sabnzbd.QUEUECOMPLETEACTION: