1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-07 03:56:28 +02:00

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: Jean-Baptiste Kempf <jb@videolan.org>
This commit is contained in:
Marvin Scholz 2015-10-22 18:18:52 +02:00 committed by Jean-Baptiste Kempf
parent a4baa14604
commit a4488eada1

View File

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