diff options
Diffstat (limited to '')
-rw-r--r-- | src/queue/Playlist.hxx | 6 |
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); |