mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-15 20:47:46 +02:00
fix(platforms): update 'submit_url' for Antennapod
This commit is contained in:
parent
a9b630884b
commit
9fc49a7430
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ class PlatformSeeder extends Seeder
|
||||||
'type' => 'podcasting',
|
'type' => 'podcasting',
|
||||||
'label' => 'AntennaPod',
|
'label' => 'AntennaPod',
|
||||||
'home_url' => 'https://antennapod.org/',
|
'home_url' => 'https://antennapod.org/',
|
||||||
'submit_url' => 'https://podcastindex.org/add',
|
'submit_url' => 'https://antennapod.org/documentation/podcasters-hosters/add-on-antennapod',
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
'slug' => 'apple',
|
'slug' => 'apple',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue