Introduced lmscore lib to centralize services, migrated cover service
This commit is contained in:
@@ -4,7 +4,7 @@ add_executable(lms-cover
|
||||
)
|
||||
|
||||
target_link_libraries(lms-cover PRIVATE
|
||||
lmscover
|
||||
lmscore
|
||||
Boost::program_options
|
||||
)
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
#include <boost/program_options.hpp>
|
||||
|
||||
#include "cover/ICoverService.hpp"
|
||||
#include "lmscore/services/ICoverService.hpp"
|
||||
#include "database/Db.hpp"
|
||||
#include "database/Release.hpp"
|
||||
#include "database/Session.hpp"
|
||||
@@ -36,7 +36,7 @@
|
||||
|
||||
static
|
||||
void
|
||||
dumpTrackCovers(Database::Session& session, Cover::ImageSize width)
|
||||
dumpTrackCovers(Database::Session& session, Image::ImageSize width)
|
||||
{
|
||||
std::vector<Database::TrackId> trackIds;
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user