10 lines
194 B
C++
10 lines
194 B
C++
#include "database/coverArtRepository.h"
|
|
|
|
|
|
coverArtRepository::coverArtRepository(const std::string& path) : base_repository(path)
|
|
{ }
|
|
|
|
void coverArtRepository::saveRecord(const Cover& cov)
|
|
{
|
|
}
|