콘텐츠 플레이어
- 재생목록 아이템 터치시 해당 아이템을 재생하는 기능 추가
This commit is contained in:
@@ -66,6 +66,9 @@ struct ContentPlayerView: View {
|
||||
)
|
||||
)
|
||||
.cornerRadius(6.7)
|
||||
.onTapGesture {
|
||||
playerManager.playSelectedContent(content: item)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user