diff options
author | Max Kellermann <max@duempel.org> | 2013-10-21 23:22:16 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-10-22 00:02:21 +0200 |
commit | 2f43e4bc668f04a222500ab34536ef00149e209f (patch) | |
tree | 260593ec865b3f13b8cb11f86a86d23bb10ad2ad /src/Partition.hxx | |
parent | f8c23488c942a89df74b231307281cf1919fab61 (diff) |
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).
Diffstat (limited to 'src/Partition.hxx')
-rw-r--r-- | src/Partition.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Partition.hxx b/src/Partition.hxx index 23c5745ec..1d326b147 100644 --- a/src/Partition.hxx +++ b/src/Partition.hxx @@ -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(); |