diff options
author | Max Kellermann <max@duempel.org> | 2013-10-22 00:36:48 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-10-22 01:05:29 +0200 |
commit | d110131ad68fc834f972ab81b1c2292a8c0dacd9 (patch) | |
tree | baa2af808980f19aa6cae829c65dc594231cc689 /src/Playlist.hxx | |
parent | 10bc1a9acc582636b391e5f60f989d2fefb23d05 (diff) | |
download | mpd-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.hxx | 5 |
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, |