mirror of
https://github.com/ZetaKebab/MpcNET.git
synced 2025-07-01 08:47:36 +00:00
Fix Database List TAG use Value
This commit is contained in:
@ -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.
|
||||||
|
Reference in New Issue
Block a user