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
|
|
@ -227,7 +227,7 @@ class PodcastImportController extends BaseController
|
|||
'platform_slug' => $platformSlug,
|
||||
'podcast_id' => $newPodcastId,
|
||||
'link_url' => $platform->attributes()['url'],
|
||||
'link_content' => $platform->attributes()['id'],
|
||||
'account_id' => $platform->attributes()['id'],
|
||||
'is_visible' => false,
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue