Skip to content

Commit e86cfc5

Browse files
committed
whups
1 parent 5a4d367 commit e86cfc5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

server/cmd/api/api/api.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ func (s *ApiService) DownloadRecording(ctx context.Context, req oapi.DownloadRec
158158
return oapi.DownloadRecording200Videomp4Response{
159159
Body: out,
160160
Headers: oapi.DownloadRecording200ResponseHeaders{
161-
XRecordingStart: meta.StartTime,
162-
XRecordingEnd: meta.EndTime,
161+
XRecordingStartedAt: meta.StartTime,
162+
XRecordingFinishedAt: meta.EndTime,
163163
},
164164
ContentLength: meta.Size,
165165
}, nil

0 commit comments

Comments
 (0)