Skip to content
Snippets Groups Projects
Commit cde627b0 authored by Claudio Cambra's avatar Claudio Cambra Committed by Jean-Baptiste Kempf
Browse files

macosx: Implement disconnect in playlist data source


Signed-off-by: default avatarClaudio Cambra <developer@claudiocambra.com>
parent 3cc413aa
No related branches found
No related tags found
1 merge request!6690macosx: Implement disconnect in playlist data source
Pipeline #558066 passed with stage
in 17 minutes and 3 seconds
......@@ -77,6 +77,11 @@ typedef NS_ENUM(NSInteger, VLCLibraryDataSourceCacheAction) {
object:nil];
}
- (void)disconnect
{
[NSNotificationCenter.defaultCenter removeObserver:self];
}
- (void)playlistsReset:(NSNotification *)notification
{
NSParameterAssert(notification);
......
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