mirror of
https://github.com/ZetaKebab/MpcNET.git
synced 2025-07-01 08:47:36 +00:00
Line pattern extended. New commands in test app.
This commit is contained in:
@ -76,6 +76,7 @@ namespace LibMpc
|
||||
|
||||
public class Update : IMpcCommand<string>
|
||||
{
|
||||
// TODO: Extend command: < update [URI] >
|
||||
public string Value => "update";
|
||||
|
||||
public IReadOnlyDictionary<string, IList<string>> FormatResponse(IReadOnlyDictionary<string, IList<string>> response)
|
||||
|
Reference in New Issue
Block a user