mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-11 02:36:42 +02:00
fix(audio-clipper): show audio playing progress + put waveform behind audio clipper
This commit is contained in:
parent
21d4251b9b
commit
01a09dc447
3 changed files with 259 additions and 123 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue