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",
|
"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",
|
||||||
|
|
|
@ -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 )
|
||||||
|
|
Loading…
Reference in New Issue