Parcourir la source

playback: fix typo

Felix Paul Kühne il y a 11 ans
Parent
commit
777dd744db
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;
     }
 }