Merge tag 'v0.19.13'

release v0.19.13
This commit is contained in:
Max Kellermann
2016-02-23 22:13:43 +01:00
6 changed files with 23 additions and 4 deletions

View File

@@ -37,7 +37,7 @@ playlist::TagModified(DetachedSong &&song)
DetachedSong &current_song = queue.GetOrder(current);
if (song.IsSame(current_song))
current_song.MoveTagFrom(std::move(song));
current_song.MoveTagItemsFrom(std::move(song));
queue.ModifyAtOrder(current);
queue.IncrementVersion();