[vlc-commits] [Git][videolan/vlc][master] macosx: Fix selectors for VLCLibraryAudioDataSource
Jean-Baptiste Kempf (@jbk)
gitlab at videolan.org
Mon Jun 12 05:36:08 UTC 2023
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC
Commits:
d1caa561 by Claudio Cambra at 2023-06-12T04:30:15+00:00
macosx: Fix selectors for VLCLibraryAudioDataSource
Signed-off-by: Claudio Cambra <developer at claudiocambra.com>
- - - - -
1 changed file:
- modules/gui/macosx/library/audio-library/VLCLibraryAudioDataSource.m
Changes:
=====================================
modules/gui/macosx/library/audio-library/VLCLibraryAudioDataSource.m
=====================================
@@ -135,11 +135,11 @@ NSString * const VLCLibraryYearSortDescriptorKey = @"VLCLibraryYearSortDescripto
name:VLCLibraryModelGenreListUpdated
object:nil];
[notificationCenter addObserver:self
- selector:@selector(libraryModelGenresUpdated:)
+ selector:@selector(libraryModelGenreUpdated:)
name:VLCLibraryModelGenreUpdated
object:nil];
[notificationCenter addObserver:self
- selector:@selector(libraryModelGenresDeleted:)
+ selector:@selector(libraryModelGenreDeleted:)
name:VLCLibraryModelGenreDeleted
object:nil];
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/d1caa56163b340ebf3ac2a6d1df6e38f014571e1
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/d1caa56163b340ebf3ac2a6d1df6e38f014571e1
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