aboutsummaryrefslogtreecommitdiffstats
path: root/src/PlaylistUpdate.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* DetachedSong: fork of struct SongMax Kellermann2014-01-091-6/+7
| | | | | | From now on, struct Song will be used by the database only, and DetachedSong will be used by everybody else. DetachedSong is easier to use, but Song has lower overhead.
* Playlist: refresh new tags after database updateMax Kellermann2013-10-221-0/+80
Fixes regression from commit e96779d.