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