diff options
author | Max Kellermann <max@duempel.org> | 2014-08-31 14:23:06 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-08-31 14:23:06 +0200 |
commit | 704be54c3a96c7a6bebdaa67711f7debe410a13f (patch) | |
tree | 1e8ad44c695916e3672765c0a159725bdb819804 /src/Playlist.hxx | |
parent | 2406152576b512c6fedb4eb3b6d3849448d84e6b (diff) | |
download | mpd-704be54c3a96c7a6bebdaa67711f7debe410a13f.tar.gz mpd-704be54c3a96c7a6bebdaa67711f7debe410a13f.tar.xz mpd-704be54c3a96c7a6bebdaa67711f7debe410a13f.zip |
PlaylistControl: move code to new method SeekSongOrder()
Diffstat (limited to '')
-rw-r--r-- | src/Playlist.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Playlist.hxx b/src/Playlist.hxx index b660ecb40..582b3648a 100644 --- a/src/Playlist.hxx +++ b/src/Playlist.hxx @@ -234,6 +234,10 @@ public: void PlayPrevious(PlayerControl &pc); + PlaylistResult SeekSongOrder(PlayerControl &pc, + unsigned song_order, + float seek_time); + PlaylistResult SeekSongPosition(PlayerControl &pc, unsigned song_position, float seek_time); |