[vlc-commits] [Git][videolan/vlc][master] macosx: Fix data source applied in video library segment to video library groups table view
Steve Lhomme (@robUx4)
gitlab at videolan.org
Sat Aug 3 10:55:30 UTC 2024
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
092b95ad by Claudio Cambra at 2024-08-03T10:43:34+00:00
macosx: Fix data source applied in video library segment to video library groups table view
Signed-off-by: Claudio Cambra <developer at claudiocambra.com>
- - - - -
1 changed file:
- modules/gui/macosx/library/video-library/VLCLibraryVideoViewController.m
Changes:
=====================================
modules/gui/macosx/library/video-library/VLCLibraryVideoViewController.m
=====================================
@@ -282,7 +282,7 @@
{
self.videoLibraryCollectionView.dataSource = self.libraryVideoDataSource;
- self.videoLibraryGroupsTableView.dataSource = self.libraryShowsDataSource;
+ self.videoLibraryGroupsTableView.dataSource = self.libraryVideoDataSource;
self.videoLibraryGroupsTableView.target = self.libraryVideoDataSource;
self.videoLibraryGroupsTableView.delegate = _videoLibraryTableViewDelegate;
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/092b95adb905c6fe1a99941e4f6393e6a1ed39a8
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/092b95adb905c6fe1a99941e4f6393e6a1ed39a8
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