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

macosx: Ensure song table view headers are updated on library sort change


Signed-off-by: default avatarClaudio Cambra <developer@claudiocambra.com>
parent 855ea3ea
No related branches found
No related tags found
No related merge requests found
......@@ -383,6 +383,7 @@ static NSString *VLCLibraryYearSortDescriptorKey = @"VLCLibraryYearSortDescripto
[self.collectionSelectionTableView reloadData];
[self.groupSelectionTableView reloadData];
[self.songsTableView reloadData];
[self setupExistingSortForTableView:_songsTableView];
}
- (void)setAudioLibrarySegment:(VLCAudioLibrarySegment)audioLibrarySegment
......
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