mirror of
https://github.com/ZetaKebab/MpcNET.git
synced 2025-07-01 08:47:36 +00:00
SendAsync return type changed
This commit is contained in:
@ -52,8 +52,7 @@ namespace LibMpc
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: create response type
|
public async Task<IMpdMessage<T>> SendAsync<T>(IMpcCommand<T> command)
|
||||||
public async Task<object> SendAsync<T>(IMpcCommand<T> command)
|
|
||||||
{
|
{
|
||||||
var mpdMessage = await _connection.SendAsync(command);
|
var mpdMessage = await _connection.SendAsync(command);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user