[vlc-commits] [Git][videolan/vlc][master] macosx: Fix selector used for notification handling in playlist data source

Felix Paul Kühne (@fkuehne) gitlab at videolan.org
Wed May 21 10:00:57 UTC 2025



Felix Paul Kühne pushed to branch master at VideoLAN / VLC


Commits:
53125c42 by Claudio Cambra at 2025-05-21T09:28:47+00:00
macosx: Fix selector used for notification handling in playlist data source

Signed-off-by: Claudio Cambra <developer at claudiocambra.com>

- - - - -


1 changed file:

- modules/gui/macosx/library/playlist-library/VLCLibraryPlaylistDataSource.m


Changes:

=====================================
modules/gui/macosx/library/playlist-library/VLCLibraryPlaylistDataSource.m
=====================================
@@ -68,7 +68,7 @@ typedef NS_ENUM(NSInteger, VLCLibraryDataSourceCacheAction) {
                                name:VLCLibraryModelPlaylistAdded
                              object:nil];
     [notificationCenter addObserver:self
-                           selector:@selector(playQueueUpdated:)
+                           selector:@selector(playlistUpdated:)
                                name:VLCLibraryModelPlaylistUpdated
                              object:nil];
     [notificationCenter addObserver:self



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/53125c4254ac9dbb18b6ab214463db80fbe42973

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/53125c4254ac9dbb18b6ab214463db80fbe42973
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list