From d298c58e084fe334011623181f8cbb871a17b5e2 Mon Sep 17 00:00:00 2001 From: rakhimovkamran Date: Fri, 13 Sep 2024 19:52:41 +0500 Subject: [PATCH] | Fixed price and add button to upload own content --- src/pages/view-content/index.tsx | 2 +- src/shared/ui/audio-player/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 (
-