Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Playlist: refresh new tags after database update | Max Kellermann | 2013-10-22 | 1 | -1/+1 |
| | | | | Fixes regression from commit e96779d. | ||||
* | Partition: add method DatabaseModified() | Max Kellermann | 2013-10-22 | 1 | -0/+6 |
| | |||||
* | Playlist: copy stream tags from the PlayerThread | Max Kellermann | 2013-10-22 | 1 | -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 Kellermann | 2013-10-21 | 1 | -0/+33 |
Move code from class Instance. |