Skip to content

Commit

Permalink
handle video direction preference being ignored on video ended event
Browse files Browse the repository at this point in the history
  • Loading branch information
breunigs committed Mar 5, 2025
1 parent 6cf0d24 commit 50f3dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/veloroute_web/live/frame_live.ex
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ defmodule VelorouteWeb.FrameLive do
socket
|> VelorouteWeb.Live.VideoState.maybe_update_video(action.route, %{
"group" => action.group,
"direction" => to_string(action.direction),
"dir" => to_string(action.direction),
"lat" => lat,
"lon" => lon
})
Expand Down

0 comments on commit 50f3dca

Please sign in to comment.