Update to latest elm-video

This commit is contained in:
Thomas Forgione 2024-08-02 17:21:42 +02:00
parent a770755e67
commit 138433d32a
2 changed files with 5 additions and 2 deletions

View File

@ -7,7 +7,6 @@
"elm-version": "0.19.1",
"dependencies": {
"direct": {
"STTR13/ziplist": "1.3.0",
"andrewMacmurray/elm-simple-animation": "2.1.0",
"elm/browser": "1.0.2",
"elm/core": "1.0.5",

View File

@ -252,7 +252,11 @@ update msg model =
, id = "video"
, autoplay = True
, enableMiniatures = True
, startTime = Nothing
, startTime = time
, customElement = Nothing
, live = Just False
, miniaturesUrl = Nothing
, muted = False
}
in
( Video p v el Nothing, Cmd.map VideoMsg videoCommand )