Update to latest elm-video
This commit is contained in:
parent
a770755e67
commit
138433d32a
1
elm.json
1
elm.json
|
@ -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",
|
||||
|
|
|
@ -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 )
|
||||
|
|
Loading…
Reference in New Issue