Skip to content
Snippets Groups Projects
Commit 6369acfb authored by Claudio Cambra's avatar Claudio Cambra Committed by Felix Paul Kühne
Browse files

macosx: Implement number of collection view sections for shows data source


Signed-off-by: default avatarClaudio Cambra <developer@claudiocambra.com>
parent 1c8ff004
No related branches found
No related tags found
No related merge requests found
......@@ -140,4 +140,10 @@
return VLCMediaLibraryParentGroupTypeShow;
}
# pragma mark - collection view data source and delegation
- (NSInteger)numberOfSectionsInCollectionView:(NSCollectionView *)collectionView
{
return self.showsArray.count;
}
@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