aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/LightSong.hxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-02-04db/LightSong: make "real_uri" a pointerMax Kellermann1-2/+2
Reduce overhead. LightSong can always point to the "real" allocated string.
2014-01-24Database*: move to db/Max Kellermann1-0/+0
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.