aboutsummaryrefslogtreecommitdiffstats
path: root/src/Playlist.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-10-22 00:36:48 +0200
committerMax Kellermann <max@duempel.org>2013-10-22 01:05:29 +0200
commitd110131ad68fc834f972ab81b1c2292a8c0dacd9 (patch)
treebaa2af808980f19aa6cae829c65dc594231cc689 /src/Playlist.hxx
parent10bc1a9acc582636b391e5f60f989d2fefb23d05 (diff)
downloadmpd-d110131ad68fc834f972ab81b1c2292a8c0dacd9.tar.gz
mpd-d110131ad68fc834f972ab81b1c2292a8c0dacd9.tar.xz
mpd-d110131ad68fc834f972ab81b1c2292a8c0dacd9.zip
Playlist: refresh new tags after database update
Fixes regression from commit e96779d.
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,