Sfoglia il codice sorgente

playback: fix typo

Felix Paul Kühne 11 anni fa
parent
commit
777dd744db
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Sources/VLCMovieViewController.m

+ 1 - 1
Sources/VLCMovieViewController.m

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