aboutsummaryrefslogtreecommitdiffstats
path: root/src/Partition.cxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/Partition.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Partition.cxx b/src/Partition.cxx
index 3619ff7f0..0ad1692a6 100644
--- a/src/Partition.cxx
+++ b/src/Partition.cxx
@@ -22,6 +22,12 @@
#include "Song.hxx"
void
+Partition::DatabaseModified()
+{
+ playlist.FullIncrementVersions();
+}
+
+void
Partition::TagModified()
{
Song *song = pc.LockReadTaggedSong();