aboutsummaryrefslogtreecommitdiffstats
path: root/src/LightSong.hxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-01-21LightSong: add attribute "real_uri"Max Kellermann1-0/+10
The UPnP database plugin can now show relative song URIs for remote songs.
2014-01-19LightSong: new class to be used by DatabasePlugin callbacksMax Kellermann1-0/+82
Detach the Song class completely from the public API, only to be used by SimpleDatabase and the update thread.