mirror of
https://github.com/ZetaKebab/MpcNET.git
synced 2025-07-18 05:27:37 +00:00
Updates from latest Stylophone code
This commit is contained in:
@ -52,9 +52,9 @@
|
||||
return this.command;
|
||||
}
|
||||
|
||||
public IList<string> Deserialize(IReadOnlyList<KeyValuePair<string, string>> response)
|
||||
public IList<string> Deserialize(SerializedResponse response)
|
||||
{
|
||||
var result = response.Select(atrb => $"{atrb.Key}: {atrb.Value}").ToList();
|
||||
var result = response.ResponseValues.Select(atrb => $"{atrb.Key}: {atrb.Value}").ToList();
|
||||
return result;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user