Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
ba2f6837 by Claudio Cambra at 2022-11-28T06:28:39+00:00
macosx: Fix audio library not updating when sort changes
Signed-off-by: Claudio Cambra <[email protected]>
- - - - -
1 changed file:
- modules/gui/macosx/library/VLCLibraryModel.m
Changes:
=====================================
modules/gui/macosx/library/VLCLibraryModel.m
=====================================
@@ -512,7 +512,9 @@ static void libraryCallback(void *p_data, const
vlc_ml_event_t *p_event)
_cachedGenres = nil;
_cachedArtists = nil;
_cachedAudioMedia = nil;
+
[_defaultNotificationCenter
postNotificationName:VLCLibraryModelVideoMediaListUpdated object:nil];
+ [_defaultNotificationCenter
postNotificationName:VLCLibraryModelAudioMediaListUpdated object:nil];
}
@end
View it on GitLab:
https://code.videolan.org/videolan/vlc/-/commit/ba2f6837f52a3305af5e11495b504ef934209503
--
View it on GitLab:
https://code.videolan.org/videolan/vlc/-/commit/ba2f6837f52a3305af5e11495b504ef934209503
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits