openpodcast / api

OpenPodcast API server
https://openpodcast.dev
8 stars 2 forks source link

Fixes for episodeDetails #40

Closed mre closed 1 year ago

mre commented 1 year ago

Not all fields get sent by Apple; provide defaults as fallback. This affects the code and the DB.

mre commented 1 year ago

Corresponding DB deploy request: https://app.planetscale.com/services-openpodcast/openpodcast/deploy-requests/31

mre commented 1 year ago

Added the option to AJV and reverted the schema changes. They are no longer needed because AJV fills in the missing defaults. 👍 Tested and works with empty perf and non-empty perf data.