aboutsummaryrefslogtreecommitdiffstats
path: root/src/Partition.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/Partition.hxx11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/Partition.hxx b/src/Partition.hxx
index f6315eade..23c5745ec 100644
--- a/src/Partition.hxx
+++ b/src/Partition.hxx
@@ -165,6 +165,17 @@ struct Partition {
void SetConsume(bool new_value) {
playlist.SetConsume(new_value);
}
+
+ /**
+ * A tag in the play queue has been modified. Propagate the
+ * change to all subsystems.
+ */
+ void TagModified();
+
+ /**
+ * Synchronize the player with the play queue.
+ */
+ void SyncWithPlayer();
};
#endif