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

@@ -258,11 +258,6 @@ struct queue {
*/
void ModifyAtOrder(unsigned order);
/**
* Marks all songs as "modified" and increments the version number.
*/
void ModifyAll();
/**
* Appends a song to the queue and returns its position. Prior to
* that, the caller must check if the queue is already full.