Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DetachedSong: fork of struct Song | Max Kellermann | 2014-01-09 | 1 | -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 SongEnumerator | Max Kellermann | 2013-09-05 | 1 | -0/+32 |
Replaces struct playlist_provider. |