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>
|
||||
/// 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.
|
||||
|
Reference in New Issue
Block a user