Skip to content

Commit 5670da0

Browse files
authored
Merge pull request #426 from podcastai/feat-add-podcastai-mobile-guid-op3-search
feat: add PodcastAI support for Mobile, GUID, OP3, Search
2 parents d00a980 + 7f2470d commit 5670da0

File tree

1 file changed

+24
-3
lines changed

1 file changed

+24
-3
lines changed

server/data/apps.json

+24-3
Original file line numberDiff line numberDiff line change
@@ -3722,12 +3722,21 @@
37223722
"appUrl": "https://podcastai.com",
37233723
"appIconUrl": "podcastai.png",
37243724
"platforms": [
3725-
"Web"
3725+
"Web",
3726+
"Mobile"
37263727
],
37273728
"supportedElements": [
37283729
{
3729-
"elementName": "Alternate Enclosure",
3730-
"elementUrl": "https://podcastai.com"
3730+
"elementName": "GUID",
3731+
"elementURL": "https://podcastai.com"
3732+
},
3733+
{
3734+
"elementName": "Transcript",
3735+
"elementURL": "https://podcastai.com"
3736+
},
3737+
{
3738+
"elementName": "Season",
3739+
"elementURL": "https://podcastai.com"
37313740
},
37323741
{
37333742
"elementName": "Episode",
@@ -3749,9 +3758,21 @@
37493758
"elementName": "Transcript",
37503759
"elementURL": "https://podcastai.com"
37513760
},
3761+
{
3762+
"elementName": "Alternate Enclosure",
3763+
"elementUrl": "https://podcastai.com"
3764+
},
37523765
{
37533766
"elementName": "Video",
37543767
"elementUrl": "https://podcastai.com"
3768+
},
3769+
{
3770+
"elementName": "OP3",
3771+
"elementUrl": "https://podcastai.com"
3772+
},
3773+
{
3774+
"elementName": "Search",
3775+
"elementUrl": "https://podcastai.com"
37553776
}
37563777
]
37573778
},

0 commit comments

Comments
 (0)