aboutsummaryrefslogtreecommitdiffstats
path: root/src/PlaylistUpdate.cxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-01-13copyright year 2014Max Kellermann1-1/+1
2014-01-09DetachedSong: fork of struct SongMax Kellermann1-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.
2013-10-22Playlist: refresh new tags after database updateMax Kellermann1-0/+80
Fixes regression from commit e96779d.