Felix Paul Kühne 11 лет назад
Родитель
Сommit
777dd744db
1 измененных файлов с 1 добавлено и 1 удалено
  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;
     }
 }