From 4de3b6dc801fdb0d30809348a13565652a9938c1 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 22 Oct 2013 00:26:20 +0200 Subject: Partition: add method DatabaseModified() --- src/Partition.hxx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/Partition.hxx') diff --git a/src/Partition.hxx b/src/Partition.hxx index 1d326b147..dbc79b4ba 100644 --- a/src/Partition.hxx +++ b/src/Partition.hxx @@ -166,6 +166,12 @@ struct Partition { playlist.SetConsume(new_value); } + /** + * The database has been modified. Propagate the change to + * all subsystems. + */ + void DatabaseModified(); + /** * A tag in the play queue has been modified by the player * thread. Propagate the change to all subsystems. -- cgit v1.2.3