mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-12-23 07:36:48 +00:00
Merge pull request #9 from angristan/mute-default
Mute video player by default
This commit is contained in:
commit
faa766d65f
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ class VideoPlayerViewModel: ObservableObject {
|
|||
|
||||
func preparePlayer() {
|
||||
player = .init(url: url)
|
||||
player?.isMuted = true
|
||||
player?.play()
|
||||
guard let player else { return }
|
||||
NotificationCenter.default.addObserver(forName: .AVPlayerItemDidPlayToEndTime,
|
||||
|
|
Loading…
Reference in a new issue