Skip to content
Snippets Groups Projects
Commit ba2f6837 authored by Claudio Cambra's avatar Claudio Cambra Committed by Steve Lhomme
Browse files

macosx: Fix audio library not updating when sort changes


Signed-off-by: default avatarClaudio Cambra <developer@claudiocambra.com>
parent 12aa343d
No related branches found
No related tags found
1 merge request!2881macosx: Fix audio library not updating when sort changes
Pipeline #287601 passed with stage
in 14 minutes and 5 seconds
......@@ -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
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