mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-06 00:06:51 +02:00
chore: update CI to v4.6.3 + all php and js dependencies
This commit is contained in:
parent
d5ef2ab86f
commit
842c4e4b79
145 changed files with 3959 additions and 3879 deletions
|
|
@ -223,7 +223,7 @@ class VideoClipsController extends BaseController
|
|||
|
||||
if ($videoClip->media === null) {
|
||||
// delete Clip directly
|
||||
(new ClipModel())->deleteVideoClip($this->podcast->id, $this->episode->id, $videoClip->id);
|
||||
(new ClipModel())->deleteVideoClip($videoClip->id);
|
||||
} else {
|
||||
(new ClipModel())->clearVideoClipCache($videoClip->id);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue