Able to save song and cover art to the appropriate paths. Next is saving it to the database
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#ifndef COVERARTREPOSITORY_H_
|
||||
#define COVERARTREPOSITORY_H_
|
||||
|
||||
#include <mysql/mysql.h>
|
||||
|
||||
#include "models/models.h"
|
||||
|
||||
class coverArtRepository
|
||||
{
|
||||
public:
|
||||
private:
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user