PlaylistEdit: fix typo in code comment
This commit is contained in:
parent
828cd6fd0b
commit
46ff830daa
@ -105,7 +105,7 @@ playlist::AppendSong(PlayerControl &pc, DetachedSong &&song, Error &error)
|
|||||||
id = queue.Append(std::move(song), 0);
|
id = queue.Append(std::move(song), 0);
|
||||||
|
|
||||||
if (queue.random) {
|
if (queue.random) {
|
||||||
/* shuffle the new song into the list of remaning
|
/* shuffle the new song into the list of remaining
|
||||||
songs to play */
|
songs to play */
|
||||||
|
|
||||||
unsigned start;
|
unsigned start;
|
||||||
|
Loading…
Reference in New Issue
Block a user