瀏覽代碼

playback: fix typo

Felix Paul Kühne 11 年之前
父節點
當前提交
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;
     }
 }