From 6aaf383013ef32b62105515842d72b2bdac15351 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Mon, 29 Jan 2024 16:23:51 +0900 Subject: [PATCH] =?UTF-8?q?=EC=BD=98=ED=85=90=EC=B8=A0=20=EC=83=81?= =?UTF-8?q?=EC=84=B8=20-=20=EB=AF=B8=EB=A6=AC=EB=93=A3=EA=B8=B0=EA=B0=80?= =?UTF-8?q?=20=EC=97=86=EC=9D=84=20=EB=96=84=20=EB=AC=B8=EA=B5=AC=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Sources/Content/Detail/ContentDetailPlayView.swift | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/SodaLive/Sources/Content/Detail/ContentDetailPlayView.swift b/SodaLive/Sources/Content/Detail/ContentDetailPlayView.swift index 827b349..09df67a 100644 --- a/SodaLive/Sources/Content/Detail/ContentDetailPlayView.swift +++ b/SodaLive/Sources/Content/Detail/ContentDetailPlayView.swift @@ -56,6 +56,13 @@ struct ContentDetailPlayView: View { isShowPreviewAlert = true } } + } else { + Text("해당 콘텐츠는 크리에이터의 요청으로\n미리듣기를 제공하지 않습니다.") + .font(.custom(Font.medium.rawValue, size: 16.7)) + .foregroundColor(Color.grayee) + .padding(13.3) + .background(Color.gray33.opacity(0.5)) + .cornerRadius(46.7) } VStack(alignment: .leading, spacing: 13.3) {