mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-12 11:16:43 +02:00
feat(podcasting 2.0): update podcast:social tag to adhere to latest spec
This commit is contained in:
parent
90533be029
commit
a597cf4ecf
2 changed files with 84 additions and 4 deletions
|
|
@ -81,7 +81,7 @@ class PodcastPlatformController extends BaseController
|
|||
'platform_slug' => $platformSlug,
|
||||
'podcast_id' => $this->podcast->id,
|
||||
'link_url' => $podcastPlatformUrl,
|
||||
'account_id' => $podcastPlatform['account_id'],
|
||||
'account_id' => $podcastPlatform['account_id'] === '' ? null : $podcastPlatform['account_id'],
|
||||
'is_visible' =>
|
||||
array_key_exists('visible', $podcastPlatform) &&
|
||||
$podcastPlatform['visible'] === 'yes',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue