[UI] PlayQueue on the left, added covers for each entry

This commit is contained in:
emeric
2014-12-07 19:43:22 +01:00
parent cbf10b62d0
commit 3f368f17e4
7 changed files with 205 additions and 45 deletions
+1
View File
@@ -36,6 +36,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);
};
} // namespace CoverArt