Silent timeline removed when hitting export
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user