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

macosx: Connect shows data source on init


Signed-off-by: default avatarClaudio Cambra <developer@claudiocambra.com>
parent 6edbdeb8
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,15 @@
@implementation VLCLibraryShowsDataSource
- (instancetype)init
{
self = [super init];
if(self) {
[self connect];
}
return self;
}
- (void)connect
{
NSNotificationCenter * const notificationCenter = NSNotificationCenter.defaultCenter;
......
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