mirror of
https://github.com/ZetaKebab/MpcNET.git
synced 2025-07-18 05:27:37 +00:00
Fixed pause command
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
"MSTest.TestAdapter": "1.3.0",
|
||||
"MSTest.TestFramework": "1.3.0",
|
||||
"Microsoft.NET.Test.Sdk": "15.7.2",
|
||||
"MpcNET.SundewFork": "0.0.1-pre005"
|
||||
"MpcNET.SundewFork": "0.0.1-pre007"
|
||||
},
|
||||
"runtime": {
|
||||
"MpcNET.Test.dll": {}
|
||||
@ -989,7 +989,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"MpcNET.SundewFork/0.0.1-pre005": {
|
||||
"MpcNET.SundewFork/0.0.1-pre007": {
|
||||
"dependencies": {
|
||||
"Newtonsoft.Json": "11.0.2",
|
||||
"Sundew.Base": "3.2.0-pre024",
|
||||
@ -1504,7 +1504,7 @@
|
||||
"path": "system.xml.xpath.xmldocument/4.0.1",
|
||||
"hashPath": "system.xml.xpath.xmldocument.4.0.1.nupkg.sha512"
|
||||
},
|
||||
"MpcNET.SundewFork/0.0.1-pre005": {
|
||||
"MpcNET.SundewFork/0.0.1-pre007": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
|
Binary file not shown.
Binary file not shown.
@ -253,6 +253,40 @@
|
||||
The deserialized response.
|
||||
</returns>
|
||||
</member>
|
||||
<member name="T:MpcNET.Commands.Playback.PauseResumeCommand">
|
||||
<summary>
|
||||
Command to pause or resume.
|
||||
https://www.musicpd.org/doc/protocol/playback_commands.html.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:MpcNET.Commands.Playback.PauseResumeCommand.#ctor(System.Boolean)">
|
||||
<summary>
|
||||
Initializes a new instance of the <see cref="T:MpcNET.Commands.Playback.PauseResumeCommand" /> class.
|
||||
</summary>
|
||||
<param name="pause">if set to <c>true</c> [pause].</param>
|
||||
</member>
|
||||
<member name="M:MpcNET.Commands.Playback.PauseResumeCommand.#ctor">
|
||||
<summary>
|
||||
Initializes a new instance of the <see cref="T:MpcNET.Commands.Playback.PauseResumeCommand"/> class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:MpcNET.Commands.Playback.PauseResumeCommand.Serialize">
|
||||
<summary>
|
||||
Serializes the command.
|
||||
</summary>
|
||||
<returns>
|
||||
The serialize command.
|
||||
</returns>
|
||||
</member>
|
||||
<member name="M:MpcNET.Commands.Playback.PauseResumeCommand.Deserialize(System.Collections.Generic.IReadOnlyList{System.Collections.Generic.KeyValuePair{System.String,System.String}})">
|
||||
<summary>
|
||||
Deserializes the specified response text pairs.
|
||||
</summary>
|
||||
<param name="response">The response.</param>
|
||||
<returns>
|
||||
The deserialized response.
|
||||
</returns>
|
||||
</member>
|
||||
<member name="T:MpcNET.Commands.Playback.PlayCommand">
|
||||
<summary>
|
||||
Command to start playback.
|
||||
@ -311,29 +345,6 @@
|
||||
The deserialized response.
|
||||
</returns>
|
||||
</member>
|
||||
<member name="T:MpcNET.Commands.Playback.PlayPauseCommand">
|
||||
<summary>
|
||||
Command to play or pause.
|
||||
https://www.musicpd.org/doc/protocol/playback_commands.html.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:MpcNET.Commands.Playback.PlayPauseCommand.Serialize">
|
||||
<summary>
|
||||
Serializes the command.
|
||||
</summary>
|
||||
<returns>
|
||||
The serialize command.
|
||||
</returns>
|
||||
</member>
|
||||
<member name="M:MpcNET.Commands.Playback.PlayPauseCommand.Deserialize(System.Collections.Generic.IReadOnlyList{System.Collections.Generic.KeyValuePair{System.String,System.String}})">
|
||||
<summary>
|
||||
Deserializes the specified response text pairs.
|
||||
</summary>
|
||||
<param name="response">The response.</param>
|
||||
<returns>
|
||||
The deserialized response.
|
||||
</returns>
|
||||
</member>
|
||||
<member name="T:MpcNET.Commands.Playback.PreviousCommand">
|
||||
<summary>
|
||||
Command to goto previous song.
|
||||
|
Reference in New Issue
Block a user