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", "elm-version": "0.19.1",
"dependencies": { "dependencies": {
"direct": { "direct": {
"STTR13/ziplist": "1.3.0",
"andrewMacmurray/elm-simple-animation": "2.1.0", "andrewMacmurray/elm-simple-animation": "2.1.0",
"elm/browser": "1.0.2", "elm/browser": "1.0.2",
"elm/core": "1.0.5", "elm/core": "1.0.5",

View File

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