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

macosx: Fix data source applied in video library segment to video library groups table view


Signed-off-by: default avatarClaudio Cambra <developer@claudiocambra.com>
parent de86ad87
No related branches found
No related tags found
1 merge request!5818macosx: Fix data source applied in video library segment to video library groups table view
Pipeline #498698 passed with stage
in 11 minutes and 21 seconds
......@@ -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;
......
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