Skip to content

Commit

Permalink
[mediaplayer] Update to beta 5 (#2456)
Browse files Browse the repository at this point in the history
  • Loading branch information
spouliot authored Aug 9, 2017
1 parent d98d631 commit 7c687c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/MediaPlayer/MediaPlayer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,8 @@ public enum MPRemoteCommandHandlerStatus : nint {
NoSuchContent = 100,
[iOS (9,1)]
NoActionableNowPlayingItem = 110,
[iOS (11,0)][TV (11,0)][Mac (10,13)]
DeviceNotFound = 120,
CommandFailed = 200
}

Expand Down

0 comments on commit 7c687c0

Please sign in to comment.