Chapters (from podcast 2.0 spec) #11

Merged
olaven merged 3 commits from feat/podcast-2.0-compliancy into main 2023-03-21 07:59:07 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 418fdcd25e - Show all commits

View File

@ -21,7 +21,7 @@ export const handler = async (req: Request, _ctx: HandlerContext): Promise<Respo
return new Response(JSON.stringify(body), {
headers: {
"Content-Type": "application/json+chapters"
"Content-Type": "application/json"
}
});
};