Commit a4488ead authored by Marvin Scholz's avatar Marvin Scholz Committed by Jean-Baptiste Kempf

osx_notifications: Coalesce Growl notifications

Set an identifier for the VLC Notifications to make
them coalesce when changing tracks rapidly one
after another. (closes #10386)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent a4baa146
...@@ -390,7 +390,8 @@ static int ItemChange( vlc_object_t *p_this, const char *psz_var, ...@@ -390,7 +390,8 @@ static int ItemChange( vlc_object_t *p_this, const char *psz_var,
iconData:coverImageData iconData:coverImageData
priority:0 priority:0
isSticky:NO isSticky:NO
clickContext:nil]; clickContext:nil
identifier:@"VLCNowPlayingNotification"];
} else { } else {
#if __MAC_OS_X_VERSION_MAX_ALLOWED >= 1080 #if __MAC_OS_X_VERSION_MAX_ALLOWED >= 1080
// Make the OS X notification and string // Make the OS X notification and string
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment