1
0
mirror of https://github.com/ZetaKebab/MpcNET.git synced 2024-09-16 05:30:09 +00:00

Fix Database List TAG use Value

This commit is contained in:
Petr Kracik 2020-01-06 12:57:14 +01:00
parent 81f565469a
commit 0edc0c322a

View File

@ -32,7 +32,7 @@ namespace MpcNET.Commands.Database
/// <returns>
/// The serialize command.
/// </returns>
public string Serialize() => string.Join(" ", "list", this.tag);
public string Serialize() => string.Join(" ", "list", this.tag.Value);
/// <summary>
/// Deserializes the specified response text pairs.