fix(platforms): update 'submit_url' for Antennapod

This commit is contained in:
Aonrud 2023-03-10 16:13:02 +00:00 committed by Yassine Doghri
parent a9b630884b
commit 9fc49a7430
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ class PlatformSeeder extends Seeder
'type' => 'podcasting',
'label' => 'AntennaPod',
'home_url' => 'https://antennapod.org/',
'submit_url' => 'https://podcastindex.org/add',
'submit_url' => 'https://antennapod.org/documentation/podcasters-hosters/add-on-antennapod',
],
[
'slug' => 'apple',