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) {