Skip to content

Commit

Permalink
macos woes
Browse files Browse the repository at this point in the history
  • Loading branch information
spezifisch committed Oct 31, 2023
1 parent 7383227 commit 4861a67
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions remote/mpmedia_mac.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ func RegisterMPMediaHandler(player ControlledPlayer, logger_ logger.LoggerInterf
C.update_os_now_playing_info_position(C.double(mp.player.GetTimePos()))
})

// set to paused initially, like https://developer.apple.com/documentation/mediaplayer/becoming_a_now_playable_app
C.set_os_playback_state_paused()

return nil
}

Expand Down

0 comments on commit 4861a67

Please sign in to comment.