aboutsummaryrefslogtreecommitdiffstats
path: root/src/Partition.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Playlist: refresh new tags after database updateMax Kellermann2013-10-221-1/+1
| | | | Fixes regression from commit e96779d.
* Partition: add method DatabaseModified()Max Kellermann2013-10-221-0/+6
|
* Playlist: copy stream tags from the PlayerThreadMax Kellermann2013-10-221-1/+6
| | | | | | 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).
* Partition: add methods TagModified(), SyncWithPlayer()Max Kellermann2013-10-211-0/+33
Move code from class Instance.