Skip to content

Commit

Permalink
Enabled for podcasts
Browse files Browse the repository at this point in the history
  • Loading branch information
rauboti committed Dec 17, 2024
1 parent 031cd2b commit 1b5c955
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/containers/Podcast/components/PodcastForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,11 @@ const PodcastForm = ({
title={t("podcastForm.fields.manuscript")}
hasError={[].some((field) => field in errors)}
>
<AudioManuscript />
<AudioManuscript
audioLanguage={language}
audioUrl={audio?.audioFile.url}
audioType={audio?.audioFile.url.split(".").pop()}
/>
</FormAccordion>
<FormAccordion
id="podcast-upload-podcastmeta"
Expand Down

0 comments on commit 1b5c955

Please sign in to comment.