Browse Source

yes, I was using tabs in a private project…

Tobias Conradi 10 years ago
parent
commit
ef2b0ea284
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Sources/VLCPlaybackController.m

+ 2 - 2
Sources/VLCPlaybackController.m

@@ -385,8 +385,8 @@
     if ([self.delegate respondsToSelector:@selector(presentingViewControllerShouldBeClosed:)])
     if ([self.delegate respondsToSelector:@selector(presentingViewControllerShouldBeClosed:)])
         [self.delegate presentingViewControllerShouldBeClosed:self];
         [self.delegate presentingViewControllerShouldBeClosed:self];
 
 
-	[MPNowPlayingInfoCenter defaultCenter].nowPlayingInfo = nil;
-	[self unsubscribeFromRemoteCommand];
+    [MPNowPlayingInfoCenter defaultCenter].nowPlayingInfo = nil;
+    [self unsubscribeFromRemoteCommand];
 }
 }
 
 
 - (void)_savePlaybackState
 - (void)_savePlaybackState