diff options
author | Max Kellermann <max@duempel.org> | 2013-01-09 22:21:16 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-09 22:21:16 +0100 |
commit | 4bef0a1e62602a79764d9867b7fcf11dd940edbe (patch) | |
tree | bbc3cf2bbe47d7488bf12e130ffdd1b8e7daced5 /src/UpdateGlue.cxx | |
parent | 3e5f09be0b38e0cc7e5eb8dd623c631b6ba45519 (diff) | |
download | mpd-4bef0a1e62602a79764d9867b7fcf11dd940edbe.tar.gz mpd-4bef0a1e62602a79764d9867b7fcf11dd940edbe.tar.xz mpd-4bef0a1e62602a79764d9867b7fcf11dd940edbe.zip |
Playlist: move playlist_increment_version_all() into the class
Diffstat (limited to 'src/UpdateGlue.cxx')
-rw-r--r-- | src/UpdateGlue.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/UpdateGlue.cxx b/src/UpdateGlue.cxx index d990ddfe6..984535bef 100644 --- a/src/UpdateGlue.cxx +++ b/src/UpdateGlue.cxx @@ -155,7 +155,7 @@ static void update_finished_event(void) if (modified) { /* send "idle" events */ - playlist_increment_version_all(&global_partition->playlist); + global_partition->playlist.FullIncrementVersions(); idle_add(IDLE_DATABASE); } |