fix: start position and errors

This commit is contained in:
Fredrik Burmester
2024-10-16 18:58:45 +02:00
parent 6a4fe83fbb
commit ac4ce2934c
5 changed files with 71 additions and 19 deletions

View File

@@ -33,7 +33,8 @@ public class VlcPlayerModule: Module {
"onVideoStateChange",
"onVideoLoadStart",
"onVideoLoadEnd",
"onVideoProgress"
"onVideoProgress",
"onVideoError"
)
AsyncFunction("play") { (view: VlcPlayerView) in