1
0
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:
glucaci
2016-12-20 11:31:48 +01:00
parent 4cb95df50f
commit ef57b0a76b
4 changed files with 25 additions and 2 deletions

View File

@ -24,6 +24,7 @@ namespace LibMpc
}
public bool IsConnected => _connection?.IsConnected ?? false;
public string Version => _connection?.Version ?? "Unknown";
public async Task<bool> ConnectAsync()
{