PlaylistMapper: use class Storage instead of Mapper.cxx
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user