aboutsummaryrefslogtreecommitdiffstats
path: root/src/SongLoader.cxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-02-04Instance: add Database attributeMax Kellermann1-0/+7
Move from db/DatabaseGlue.cxx, eliminating global variable.
2014-02-04db/DatabasePlaylist: pass Database reference aroundMax Kellermann1-3/+4
Reduce global variable usage, move to frontend code.
2014-02-03SongLoader: new class that merges duplicate codeMax Kellermann1-0/+102
There was quite a lot of duplicate code for loading DetachedSong objects, with different semantics for "securely" loading local files.