Skip to content
Snippets Groups Projects
Commit d1caa561 authored by Claudio Cambra's avatar Claudio Cambra Committed by Jean-Baptiste Kempf
Browse files

macosx: Fix selectors for VLCLibraryAudioDataSource


Signed-off-by: default avatarClaudio Cambra <developer@claudiocambra.com>
parent f1d93bca
No related branches found
No related tags found
1 merge request!3781macosx: Fix selectors for VLCLibraryAudioDataSource
Pipeline #352277 passed with stage
in 18 minutes and 20 seconds
......@@ -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];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment