File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11# Changes in v0.3 (not released)
22- Add support for VolumeStep and VolumeType.UpDown
33- Add support for output configuration
4+ - Add support for PlayOrPause command
45
56# Changes in v0.2 (released 2025-02-14)
67- First official release
Original file line number Diff line number Diff line change @@ -92,15 +92,15 @@ ValueTask<PlayerState> GetPlayerState(
9292 ValueTask Pause ( CancellationToken cancellationToken = default ) ;
9393
9494 /// <summary>
95- /// Toggles between <see cref="PlaybackState.Playing"/> and <see cref="PlaybackState.Paused"/>.
95+ /// Toggles player state between <see cref="PlaybackState.Playing"/> and <see cref="PlaybackState.Paused"/>.
9696 /// Does nothing if <see cref="PlaybackState.Stopped"/>.
9797 /// </summary>
9898 /// <param name="cancellationToken">Cancellation token.</param>
9999 /// <returns>Request task.</returns>
100100 ValueTask TogglePause ( CancellationToken cancellationToken = default ) ;
101101
102102 /// <summary>
103- /// Toggles between <see cref="PlaybackState.Playing"/> and <see cref="PlaybackState.Paused"/>.
103+ /// Toggles player state between <see cref="PlaybackState.Playing"/> and <see cref="PlaybackState.Paused"/>.
104104 /// Starts playback if <see cref="PlaybackState.Stopped"/>.
105105 /// </summary>
106106 /// <param name="cancellationToken">Cancellation token.</param>
You can’t perform that action at this time.
0 commit comments