#include "database/coverArtRepository.h" coverArtRepository::coverArtRepository(const std::string& path) : base_repository(path) { } void coverArtRepository::saveRecord(const Cover& cov) { }