Silent timeline removed when hitting export

This commit is contained in:
2026-02-27 00:23:51 -08:00
parent c82ac37358
commit 96e99d2029
4 changed files with 42 additions and 17 deletions

View File

@@ -27,8 +27,7 @@ func ZoomHandler(hub *ws.Hub) http.HandlerFunc {
return
}
h := transcode.HandlerZoom{Center: req.Center}
result := h.TimelineZoom(req.Zoom, req.Duration)
result := transcode.TimelineZoom(req.Center, req.Zoom, req.Duration)
data, _ := json.Marshal(result)
hub.Broadcast(data)