Dominic Szablewski 10 年前
父节点
当前提交
ee3bcaf825
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md 查看文件

@@ -45,7 +45,7 @@ player.seekToFrame(1200, true); // Seek to frame 1200 exactly
45 45
 // Passing 'seekable: true' also populates the total frame count and duration
46 46
 // of the video
47 47
 
48
-console.log('Duration: '+player.duration+' seconds ('+frames+' player.frameCount)')
48
+console.log('Duration: '+player.duration+' seconds ('+player.frameCount+' frames)')
49 49
 
50 50
 
51 51