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

macosx: Implement row for library item in shows data source


Signed-off-by: default avatarClaudio Cambra <developer@claudiocambra.com>
parent b3d8978d
No related branches found
No related tags found
No related merge requests found
......@@ -135,4 +135,9 @@
return [self indexOfMediaItem:libraryItem.libraryID inArray:self.showsArray];
}
- (VLCMediaLibraryParentGroupType)currentParentType
{
return VLCMediaLibraryParentGroupTypeShow;
}
@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