From 9264a2d74cc95278c9d84c99ef914fdbcaf8a97f Mon Sep 17 00:00:00 2001 From: Yassine Doghri Date: Wed, 20 Dec 2023 17:10:18 +0000 Subject: [PATCH] fix(platforms): add Threads and YouTube Music --- app/Database/Seeds/PlatformSeeder.php | 16 +++++++++++++++- app/Resources/icons/podcasting/youtube-music.svg | 1 + app/Resources/icons/social/threads.svg | 1 + 3 files changed, 17 insertions(+), 1 deletion(-) create mode 100755 app/Resources/icons/podcasting/youtube-music.svg create mode 100644 app/Resources/icons/social/threads.svg diff --git a/app/Database/Seeds/PlatformSeeder.php b/app/Database/Seeds/PlatformSeeder.php index 2762bbb9..eb0fd9e6 100644 --- a/app/Database/Seeds/PlatformSeeder.php +++ b/app/Database/Seeds/PlatformSeeder.php @@ -383,6 +383,13 @@ class PlatformSeeder extends Seeder 'home_url' => 'https://www.tsacdop.app/', 'submit_url' => '', ], + [ + 'slug' => 'youtube-music', + 'type' => 'podcasting', + 'label' => 'YouTube Music', + 'home_url' => 'https://www.youtube.com/creators/podcasts/', + 'submit_url' => 'https://studio.youtube.com/channel/content/podcasts', + ], ]; $fundingData = [ @@ -571,10 +578,17 @@ class PlatformSeeder extends Seeder 'home_url' => 'https://slack.com/', 'submit_url' => 'https://slack.com/get-started#/create', ], + [ + 'slug' => 'threads', + 'type' => 'social', + 'label' => 'Threads', + 'home_url' => 'https://www.threads.net/', + 'submit_url' => 'https://www.threads.net/login', + ], [ 'slug' => 'tiktok', 'type' => 'social', - 'label' => 'Tiktok', + 'label' => 'TikTok', 'home_url' => 'https://www.tiktok.com/', 'submit_url' => 'https://www.tiktok.com/signup', ], diff --git a/app/Resources/icons/podcasting/youtube-music.svg b/app/Resources/icons/podcasting/youtube-music.svg new file mode 100755 index 00000000..d8dc6a17 --- /dev/null +++ b/app/Resources/icons/podcasting/youtube-music.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/app/Resources/icons/social/threads.svg b/app/Resources/icons/social/threads.svg new file mode 100644 index 00000000..dd499a6f --- /dev/null +++ b/app/Resources/icons/social/threads.svg @@ -0,0 +1 @@ + \ No newline at end of file