Skip to content

Commit

Permalink
docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowLp174 committed Nov 11, 2023
1 parent 290adae commit 3a3f286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Media.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ class Media {
* @description An advanced version of the Media class. It also includes media controls like pausing.
*
* @property {number} seconds - The amount of seconds passed during playback. Extracted from ffmpeg
* @property {string} timestamp - The current timestamp as given by ffmpeg. "hh:mm:ss"
* @property {string} currTimestamp - The current timestamp as given by ffmpeg. "hh:mm:ss"
*/
class MediaPlayer extends Media {
/**
Expand Down

0 comments on commit 3a3f286

Please sign in to comment.