[UI] First working mobile version

This commit is contained in:
emeric
2015-03-05 19:35:06 +01:00
parent 5797486132
commit c4e00f8a39
27 changed files with 1071 additions and 52 deletions
+1
View File
@@ -37,6 +37,7 @@ class Grabber
static std::vector<CoverArt> getFromInputFormatContext(const Av::InputFormatContext& input);
static std::vector<CoverArt> getFromTrack(Database::Track::pointer track);
static std::vector<CoverArt> getFromTrack(const boost::filesystem::path& path);
static std::vector<CoverArt> getFromRelease(Wt::Dbo::Session& session, std::string releaseName);
};
} // namespace CoverArt