[vlc-commits] [Git][videolan/vlc][master] macosx: Clear list of albums in selected group table view when switching audio library groupings

Jean-Baptiste Kempf (@jbk) gitlab at videolan.org
Sat Aug 6 19:43:54 UTC 2022



Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC


Commits:
6e446759 by Claudio Cambra at 2022-08-06T19:14:20+00:00
macosx: Clear list of albums in selected group table view when switching audio library groupings

Signed-off-by: Claudio Cambra <claudio.cambra at gmail.com>

- - - - -


1 changed file:

- modules/gui/macosx/library/VLCLibraryAudioDataSource.m


Changes:

=====================================
modules/gui/macosx/library/VLCLibraryAudioDataSource.m
=====================================
@@ -216,6 +216,7 @@
             break;
     }
 
+    _groupDataSource.representedListOfAlbums = nil; // Clear whatever was being shown before
     [self reloadData];
 
     if(sender != [[[VLCMain sharedInstance] libraryWindow] navigationStack]) {



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/6e4467593cee40bc705f477598fbaefcffcc65b9

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/6e4467593cee40bc705f477598fbaefcffcc65b9
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