diff --git a/app/Database/Seeds/PlatformSeeder.php b/app/Database/Seeds/PlatformSeeder.php index 49d6c79b..de8b04be 100644 --- a/app/Database/Seeds/PlatformSeeder.php +++ b/app/Database/Seeds/PlatformSeeder.php @@ -271,6 +271,13 @@ class PlatformSeeder extends Seeder 'home_url' => 'https://curiocaster.com/', 'submit_url' => '', ], + [ + 'slug' => 'episodes-fm', + 'type' => 'podcasting', + 'label' => 'Episodes.fm', + 'home_url' => 'https://episodes.fm/', + 'submit_url' => 'https://podcastindex.org/add', + ], [ 'slug' => 'escapepod', 'type' => 'podcasting', @@ -376,6 +383,13 @@ class PlatformSeeder extends Seeder 'home_url' => 'https://sphinx.chat/', 'submit_url' => '', ], + [ + 'slug' => 'truefans', + 'type' => 'podcasting', + 'label' => 'Truefans', + 'home_url' => 'https://truefans.fm/', + 'submit_url' => 'https://podcastindex.org/add', + ], [ 'slug' => 'tsacdop', 'type' => 'podcasting', diff --git a/app/Resources/icons/podcasting/episodes-fm.svg b/app/Resources/icons/podcasting/episodes-fm.svg new file mode 100644 index 00000000..ec3b9572 --- /dev/null +++ b/app/Resources/icons/podcasting/episodes-fm.svg @@ -0,0 +1 @@ + diff --git a/app/Resources/icons/podcasting/truefans.svg b/app/Resources/icons/podcasting/truefans.svg new file mode 100644 index 00000000..63ad8fc7 --- /dev/null +++ b/app/Resources/icons/podcasting/truefans.svg @@ -0,0 +1 @@ + \ No newline at end of file