First implementation of MpcNET

Exceptions thrown for playback to investigate, but get data is okay
This commit is contained in:
2021-08-29 00:32:41 +02:00
parent 765cb4f4ea
commit 80d6395c8e
14 changed files with 297 additions and 5834 deletions

View File

@ -27,8 +27,6 @@ namespace unison
Systray = (TaskbarIcon)FindResource("SystrayTaskbar");
Current.Properties["systray"] = Systray;
MPD.Start();
}
protected override void OnExit(ExitEventArgs e)