diff options
author | Max Kellermann <max@duempel.org> | 2014-07-11 19:29:25 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-07-11 19:29:25 +0200 |
commit | 344d10a8e3466345c41209656fd91ede39ff93f4 (patch) | |
tree | 59e9288ed16712e9e4a4f1ded54771f53f53b61e /src/PlaylistControl.cxx | |
parent | 09384df32cc6bef40bc3630de1c928d2eb424909 (diff) | |
download | mpd-344d10a8e3466345c41209656fd91ede39ff93f4.tar.gz mpd-344d10a8e3466345c41209656fd91ede39ff93f4.tar.xz mpd-344d10a8e3466345c41209656fd91ede39ff93f4.zip |
PlaylistControl: update code comment
Diffstat (limited to '')
-rw-r--r-- | src/PlaylistControl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PlaylistControl.cxx b/src/PlaylistControl.cxx index 2dbd75d6e..58971a4b4 100644 --- a/src/PlaylistControl.cxx +++ b/src/PlaylistControl.cxx @@ -153,7 +153,7 @@ playlist::PlayNext(PlayerControl &pc) queue.ShuffleOrder(); /* note that current and queued are - now invalid, but playlist_play_order() will + now invalid, but PlayOrder() will discard them anyway */ } |