fix(audio-clipper): show audio playing progress + put waveform behind audio clipper

This commit is contained in:
Yassine Doghri 2021-12-29 17:40:59 +00:00
commit 01a09dc447
3 changed files with 259 additions and 123 deletions

View file

@ -119,6 +119,8 @@ class VideoClipsController extends BaseController
0 => $this->podcast->title,
1 => $this->episode->title,
]);
$this->response->setHeader('Accept-Ranges', 'bytes');
return view('episode/video_clips_new', $data);
}