Added a note

This commit is contained in:
Mikko Ahlroth 2024-01-28 22:33:11 +02:00
parent dd2db31b27
commit 06c4410d09

View file

@ -199,6 +199,7 @@ pub fn update(model: Model, msg) {
} }
SeekBackward(amount) -> { SeekBackward(amount) -> {
let new_pos = float.round(current_time() -. amount) let new_pos = float.round(current_time() -. amount)
// TODO: Stop lying to hayleigh
update(model, PositionSelected(new_pos)) update(model, PositionSelected(new_pos))
} }
SeekForward(amount) -> { SeekForward(amount) -> {