mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 07:46:07 -07:00
Fix the real reason we were getting double start notifications.
This commit is contained in:
parent
b9e900f540
commit
89a03fb263
3 changed files with 6 additions and 4 deletions
|
@ -1106,6 +1106,7 @@ class OSX_NOTIFY(object):
|
|||
|
||||
notification_center = NSUserNotificationCenter.defaultUserNotificationCenter()
|
||||
notification_center.deliverNotification_(notification)
|
||||
logger.info(u"OSX Notify notifications sent.")
|
||||
|
||||
del pool
|
||||
return True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue