Playlist: refresh new tags after database update

Fixes regression from commit e96779d.
This commit is contained in:
Max Kellermann
2013-10-22 00:36:48 +02:00
parent 10bc1a9acc
commit d110131ad6
7 changed files with 86 additions and 23 deletions

View File

@@ -85,15 +85,6 @@ queue::ModifyAtOrder(unsigned _order)
ModifyAtPosition(position);
}
void
queue::ModifyAll()
{
for (unsigned i = 0; i < length; i++)
items[i].version = version;
IncrementVersion();
}
unsigned
queue::Append(Song *song, uint8_t priority)
{