diff --git a/src/pages/view-content/index.tsx b/src/pages/view-content/index.tsx index 52b4204..3a084db 100644 --- a/src/pages/view-content/index.tsx +++ b/src/pages/view-content/index.tsx @@ -83,7 +83,7 @@ export const ViewContentPage = () => { playsinline={true} controls={true} width="100%" - config={{ file: { attributes: { playsInline: true, } }, }} + config={{ file: { attributes: { playsInline: true, autoplay: true } }, }} url={content?.data?.display_options?.content_url} /> )} diff --git a/src/shared/ui/audio-player/index.tsx b/src/shared/ui/audio-player/index.tsx index 70df25d..e0a083a 100644 --- a/src/shared/ui/audio-player/index.tsx +++ b/src/shared/ui/audio-player/index.tsx @@ -74,7 +74,7 @@ export const AudioPlayer: FC = ({ src }) => { return (
-