WIP
fix naming on variable fix tapping on exercise not updating external correctly
This commit is contained in:
@@ -45,6 +45,7 @@ class PlayerUIView: UIView {
|
||||
private func playerSetup(player: AVPlayer) {
|
||||
playerLayer.player = player
|
||||
player.actionAtItemEnd = .none
|
||||
player.isMuted = true
|
||||
layer.addSublayer(playerLayer)
|
||||
|
||||
self.setObserver()
|
||||
|
||||
Reference in New Issue
Block a user