Shuffle translation fixes

This commit is contained in:
2022-11-18 02:17:06 +01:00
parent 5a8a5baa33
commit b95edde7df
3 changed files with 15 additions and 13 deletions

View File

@ -81,6 +81,7 @@ namespace unison
AddedSongs++;
}
commandList.Add(new PlayCommand(0));
await _mpd.SafelySendCommandAsync(commandList);
}
// more available songs than requested =>
@ -101,6 +102,7 @@ namespace unison
AddedSongs++;
}
commandList.Add(new PlayCommand(0));
await _mpd.SafelySendCommandAsync(commandList);
}
}