diff --git a/elm.json b/elm.json index c82a426..71fefd0 100644 --- a/elm.json +++ b/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", diff --git a/src/Core.elm b/src/Core.elm index 2bd4da2..cee0421 100644 --- a/src/Core.elm +++ b/src/Core.elm @@ -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 )