PlaylistMapper: use class Storage instead of Mapper.cxx

This commit is contained in:
Max Kellermann
2014-02-07 20:22:26 +01:00
parent 77de233117
commit 297e2747f3
7 changed files with 64 additions and 12 deletions

View File

@@ -60,6 +60,12 @@ public:
:client(nullptr) {}
#endif
#ifdef ENABLE_DATABASE
const Storage *GetStorage() const {
return storage;
}
#endif
gcc_nonnull_all
DetachedSong *LoadSong(const char *uri_utf8, Error &error) const;