Skip to content

Commit

Permalink
Merge pull request #150 from kishikawakatsumi/f
Browse files Browse the repository at this point in the history
Remove debug print
  • Loading branch information
kishikawakatsumi authored Sep 22, 2024
2 parents 1d14ecd + 396235e commit 549a2a3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ class MediaPlayerViewController: NSViewController {

let player = playerView.player
observation = playerView.player?.currentItem?.observe(\.status) { (item, change) in
print(item.status.rawValue)
if item.status == .readyToPlay {
player?.play()
}
Expand Down

0 comments on commit 549a2a3

Please sign in to comment.