Browse Source

Hide audio view when preparing for playback

Felix Paul Kühne 9 years ago
parent
commit
df7fa386e6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Apple-TV/Playback/VLCFullscreenMovieTVViewController.m

+ 1 - 1
Apple-TV/Playback/VLCFullscreenMovieTVViewController.m

@@ -650,7 +650,7 @@ static const NSInteger VLCJumpInterval = 10000; // 10 seconds
 
 - (void)prepareForMediaPlayback:(VLCPlaybackController *)controller
 {
-    APLog(@"%s", __PRETTY_FUNCTION__);
+    self.audioView.hidden = YES;
 }
 
 - (void)playbackDidStop:(NSNotification *)aNotification