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
|
|
@ -85,11 +85,8 @@ class PodcastPlatformController extends BaseController
|
|||
'is_visible' =>
|
||||
array_key_exists('visible', $podcastPlatform) &&
|
||||
$podcastPlatform['visible'] === 'yes',
|
||||
'is_on_embeddable_player' =>
|
||||
array_key_exists(
|
||||
'on_embeddable_player',
|
||||
$podcastPlatform,
|
||||
) && $podcastPlatform['on_embeddable_player'] === 'yes',
|
||||
'is_on_embed' =>
|
||||
array_key_exists('on_embed', $podcastPlatform,) && $podcastPlatform['on_embed'] === 'yes',
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue