mirror of
https://github.com/ZetaKebab/MpcNET.git
synced 2025-01-14 22:18:43 +00:00
Fix Database List TAG use Value
This commit is contained in:
parent
81f565469a
commit
0edc0c322a
@ -32,7 +32,7 @@ namespace MpcNET.Commands.Database
|
|||||||
/// <returns>
|
/// <returns>
|
||||||
/// The serialize command.
|
/// The serialize command.
|
||||||
/// </returns>
|
/// </returns>
|
||||||
public string Serialize() => string.Join(" ", "list", this.tag);
|
public string Serialize() => string.Join(" ", "list", this.tag.Value);
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Deserializes the specified response text pairs.
|
/// Deserializes the specified response text pairs.
|
||||||
|
Loading…
Reference in New Issue
Block a user