From 0edc0c322a60654a6ada2732fba1671e70edd94d Mon Sep 17 00:00:00 2001 From: Petr Kracik Date: Mon, 6 Jan 2020 12:57:14 +0100 Subject: [PATCH] Fix Database List TAG use Value --- Sources/MpcNET/Commands/Database/ListCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/MpcNET/Commands/Database/ListCommand.cs b/Sources/MpcNET/Commands/Database/ListCommand.cs index 4b42b87..be0472a 100644 --- a/Sources/MpcNET/Commands/Database/ListCommand.cs +++ b/Sources/MpcNET/Commands/Database/ListCommand.cs @@ -32,7 +32,7 @@ namespace MpcNET.Commands.Database /// /// The serialize command. /// - public string Serialize() => string.Join(" ", "list", this.tag); + public string Serialize() => string.Join(" ", "list", this.tag.Value); /// /// Deserializes the specified response text pairs.