Browse Source

macosx: Fix selectors for VLCLibraryAudioDataSource

Signed-off-by: Claudio Cambra <developer@claudiocambra.com>
pull/162/head
Claudio Cambra 3 years ago
committed by Jean-Baptiste Kempf
parent
commit
d1caa56163
  1. 4
      modules/gui/macosx/library/audio-library/VLCLibraryAudioDataSource.m

4
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];

Loading…
Cancel
Save