mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-11 10:46:43 +02:00
fix: define podcast_id and platform_slug as foreign keys in podcasts_plaforms table
update discord logo
This commit is contained in:
parent
1fc3da139e
commit
6e9451a110
9 changed files with 19 additions and 22 deletions
|
|
@ -81,7 +81,7 @@ class PodcastPlatformController extends BaseController
|
|||
'platform_slug' => $platformSlug,
|
||||
'podcast_id' => $this->podcast->id,
|
||||
'link_url' => $podcastPlatformUrl,
|
||||
'link_content' => $podcastPlatform['content'],
|
||||
'account_id' => $podcastPlatform['account_id'],
|
||||
'is_visible' =>
|
||||
array_key_exists('visible', $podcastPlatform) &&
|
||||
$podcastPlatform['visible'] === 'yes',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue