Browse Source

playback: fix typo

Felix Paul Kühne 11 years ago
parent
commit
777dd744db
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Sources/VLCMovieViewController.m

+ 1 - 1
Sources/VLCMovieViewController.m

@@ -1381,7 +1381,7 @@
 - (void)endInterruption
 - (void)endInterruption
 {
 {
     if (_shouldResumePlaying) {
     if (_shouldResumePlaying) {
-        [_listPlayer play];
+        [_mediaPlayer play];
         _shouldResumePlaying = NO;
         _shouldResumePlaying = NO;
     }
     }
 }
 }