You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 17, 2019. It is now read-only.
When you report playback start & progress, there is now a RepeatMode property. It defaults to RepeatNone but also accepts RepeatOne and RepeatAll.
In order to receive a remote control command to change report mode, add SetRepeatMode to your supported commands list. it will then come through as a GeneralCommand with a RepeatMode argument.
In order to remote control other apps, RepeatMode has been added to SessionInfo.PlayState
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In the latest nuget:
When you report playback start & progress, there is now a RepeatMode property. It defaults to RepeatNone but also accepts RepeatOne and RepeatAll.
In order to receive a remote control command to change report mode, add SetRepeatMode to your supported commands list. it will then come through as a GeneralCommand with a RepeatMode argument.
In order to remote control other apps, RepeatMode has been added to SessionInfo.PlayState
The text was updated successfully, but these errors were encountered: