fix(live): 라이브 상세 표시를 보정한다
This commit is contained in:
@@ -506,9 +506,9 @@ struct CreatorChannelView: View {
|
||||
guard targetId > 0 else { return }
|
||||
|
||||
switch type {
|
||||
case .live, .liveReplay:
|
||||
case .live:
|
||||
showLiveDetail(targetId)
|
||||
case .audio:
|
||||
case .audio, .liveReplay:
|
||||
showContentDetail(targetId)
|
||||
case .community:
|
||||
showCommunity(targetId)
|
||||
|
||||
Reference in New Issue
Block a user