mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-11 10:46:43 +02:00
refactor: replace "embeddable-player" occurrences to "embed"
This commit is contained in:
parent
be5a28787f
commit
025b2f42e6
59 changed files with 122 additions and 239 deletions
|
|
@ -822,7 +822,7 @@ class EpisodeController extends BaseController
|
|||
return redirect()->route('soundbites-edit', [$this->podcast->id, $this->episode->id]);
|
||||
}
|
||||
|
||||
public function embeddablePlayer(): string
|
||||
public function embed(): string
|
||||
{
|
||||
helper(['form']);
|
||||
|
||||
|
|
@ -836,7 +836,7 @@ class EpisodeController extends BaseController
|
|||
0 => $this->podcast->title,
|
||||
1 => $this->episode->title,
|
||||
]);
|
||||
return view('episode/embeddable_player', $data);
|
||||
return view('episode/embed', $data);
|
||||
}
|
||||
|
||||
public function attemptCommentCreate(): RedirectResponse
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue