diff options
Diffstat (limited to 'src/Playlist.hxx')
-rw-r--r-- | src/Playlist.hxx | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/Playlist.hxx b/src/Playlist.hxx index 866fd9a2d..88ea099c5 100644 --- a/src/Playlist.hxx +++ b/src/Playlist.hxx @@ -128,7 +128,12 @@ protected: public: void Clear(player_control &pc); - void TagChanged(); + /** + * A tag in the play queue has been modified by the player + * thread. Apply the given song's tag to the current song if + * the song matches. + */ + void TagModified(Song &&song); void FullIncrementVersions(); |