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:
parent
fe7baaa4fb
commit
b408166a14
1 changed files with 3 additions and 0 deletions
3
conf/sql/1.7.3.sql
Normal file
3
conf/sql/1.7.3.sql
Normal 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');
|
Loading…
Add table
Reference in a new issue