aboutsummaryrefslogtreecommitdiffstats
path: root/src/queue/Playlist.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-11-25 19:21:22 +0100
committerMax Kellermann <max@duempel.org>2014-11-26 08:24:25 +0100
commit8aa4a66ba03e8d2726fb7fddac53a892c41f1711 (patch)
treeb97ceed147df07da0fee9a65e190282769d21ebd /src/queue/Playlist.hxx
parent2e7153d8d61548afdd84c2a0000af0571b84e62e (diff)
downloadmpd-8aa4a66ba03e8d2726fb7fddac53a892c41f1711.tar.gz
mpd-8aa4a66ba03e8d2726fb7fddac53a892c41f1711.tar.xz
mpd-8aa4a66ba03e8d2726fb7fddac53a892c41f1711.zip
Playlist: move playlist_song_started() into the class
Diffstat (limited to 'src/queue/Playlist.hxx')
-rw-r--r--src/queue/Playlist.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/queue/Playlist.hxx b/src/queue/Playlist.hxx
index ea19d9bba..c78950044 100644
--- a/src/queue/Playlist.hxx
+++ b/src/queue/Playlist.hxx
@@ -145,6 +145,12 @@ protected:
*/
void UpdateQueuedSong(PlayerControl &pc, const DetachedSong *prev);
+ /**
+ * Called when the player thread has started playing the
+ * "queued" song.
+ */
+ void QueuedSongStarted(PlayerControl &pc);
+
public:
void BeginBulk();
void CommitBulk(PlayerControl &pc);