Skip to content

Commit 2849f9d

Browse files
committed
Update README.md
1 parent 6117b0c commit 2849f9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Please note that using videos from URLs requires ensuring that you have the righ
3131
|-----------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------|
3232
| `play` | Command to play the video. |
3333
| `pause` | Command to pause the video. |
34-
| `seek(to: Double)` | Command to seek to a specific time in the video. The parameter is the target position in seconds. Note: Errors such as seeking out of bounds are not currently handled and will be silently ignored. Potential errors include: <br> - `.seekTimeOutOfBounds` <br> - `.invalidDuration` <br> - `.playerOrCurrentItemNil`. Future versions may introduce error handling for these cases. |
34+
| `seek(to: Double)` | Command to seek to a specific time in the video. The parameter is the target position in seconds. Note: Errors such as seeking out of bounds are not currently handled and will be silently ignored. Potential errors include: <br> - `.seekTimeOutOfBounds`<br> - `.invalidDuration` <br> - `.playerOrCurrentItemNil `. <br> Future versions may introduce error handling for these cases. |
3535
| `begin` | Command to position the video at the beginning. | |
3636
| `end` | Command to position the video at the end. |
3737
| `mute` | Command to mute the video. By default, the player is muted. | |

0 commit comments

Comments
 (0)