Skip to content

Commit

Permalink
Merge pull request #360 from podcastai/feat/podcastai-app-entry
Browse files Browse the repository at this point in the history
feat: updated supported elements for PodcastAI
  • Loading branch information
daveajones authored May 20, 2024
2 parents c75923e + bae560d commit 6c781af
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions server/data/apps.json
Original file line number Diff line number Diff line change
Expand Up @@ -3626,19 +3626,31 @@
],
"supportedElements": [
{
"elementName": "Transcript",
"elementName": "Alternate Enclosure",
"elementUrl": "https://podcastai.com"
},
{
"elementName": "Episode",
"elementURL": "https://podcastai.com"
},
{
"elementName": "GUID",
"elementUrl": "https://podcastai.com"
},
{
"elementName": "Season",
"elementURL": "https://podcastai.com"
},
{
"elementName": "Episode",
"elementName": "Trailer",
"elementUrl": "https://podcastai.com"
},
{
"elementName": "Transcript",
"elementURL": "https://podcastai.com"
},
{
"elementName": "Trailer",
"elementName": "Video",
"elementUrl": "https://podcastai.com"
}
]
Expand Down

0 comments on commit 6c781af

Please sign in to comment.