Bump components
.NET 6.0 => 8.0 Snapcast 0.27 => 0.31 Autoupdater.NET.Official 1.8.0 => 1.9.2 Hardcodet.NotifyIcon.Wpf 1.1.0 => 2.0.1 MpcNET 1.4.0 => 1.6.6
This commit is contained in:
@ -55,7 +55,7 @@ namespace unison
|
||||
if (token.IsCancellationRequested)
|
||||
return;
|
||||
|
||||
List<string> Response = await _mpd.SafelySendCommandAsync(new ListCommand(MpdTags.Genre, null, null));
|
||||
List<string> Response = await _mpd.SafelySendCommandAsync(new ListCommand(MpdTags.Genre, null, null, null));
|
||||
|
||||
if (Response == null)
|
||||
return;
|
||||
|
Reference in New Issue
Block a user