aboutsummaryrefslogtreecommitdiffstats
path: root/src/MemorySongEnumerator.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* playlist/*: move to playlist/plugins/Max Kellermann2014-01-231-32/+0
|
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* DetachedSong: fork of struct SongMax Kellermann2014-01-091-2/+2
| | | | | | 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.
* PlaylistPlugin: add interface SongEnumeratorMax Kellermann2013-09-051-0/+32
Replaces struct playlist_provider.