mirror of
https://github.com/ZetaKebab/MpcNET.git
synced 2025-07-02 00:57:38 +00:00
UrlHandlers command implemented and tested. Print MPD version in test.
This commit is contained in:
@ -24,6 +24,7 @@ namespace LibMpc
|
||||
}
|
||||
|
||||
public bool IsConnected => _connection?.IsConnected ?? false;
|
||||
public string Version => _connection?.Version ?? "Unknown";
|
||||
|
||||
public async Task<bool> ConnectAsync()
|
||||
{
|
||||
|
Reference in New Issue
Block a user