1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/castopod_ynh.git synced 2024-09-03 18:16:14 +02:00

Added threads and yt music as platforms

This commit is contained in:
Mateusz 2023-12-25 23:57:13 +01:00 committed by GitHub
parent fe7baaa4fb
commit b408166a14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
conf/sql/1.7.3.sql Normal file
View file

@ -0,0 +1,3 @@
INSERT INTO `cp_platforms` (`slug`, `type`, `label`, `home_url`, `submit_url`) VALUES
('threads', 'social', 'Threads', 'https://www.threads.net/', 'https://www.threads.net/login'),
('youtube-music', 'podcasting', 'YouTube Music', 'https://www.youtube.com/creators/podcasts/', 'https://studio.youtube.com/channel/content/podcasts');