Playlist: copy stream tags from the PlayerThread

Finally restores an important feature that has been broken for several
months when the PlayerThread started working with Song copies instead
of pointers to the Queue's Song instances (commit e96779d).
This commit is contained in:
Max Kellermann
2013-10-21 23:22:16 +02:00
parent f8c23488c9
commit 2f43e4bc66
8 changed files with 95 additions and 11 deletions

View File

@@ -167,8 +167,8 @@ struct Partition {
}
/**
* A tag in the play queue has been modified. Propagate the
* change to all subsystems.
* A tag in the play queue has been modified by the player
* thread. Propagate the change to all subsystems.
*/
void TagModified();