aboutsummaryrefslogtreecommitdiffstats
path: root/src/Playlist.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/Playlist.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Playlist.hxx b/src/Playlist.hxx
index 88ea099c5..ed397eadc 100644
--- a/src/Playlist.hxx
+++ b/src/Playlist.hxx
@@ -135,7 +135,10 @@ public:
*/
void TagModified(Song &&song);
- void FullIncrementVersions();
+ /**
+ * The database has been modified. Pull all updates.
+ */
+ void DatabaseModified();
PlaylistResult AppendSong(player_control &pc,
Song *song,