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,13 @@
|
||||
#ifndef COVERARTMANAGER_H_
|
||||
#define COVERARTMANAGER_H_
|
||||
|
||||
#include "models/models.h"
|
||||
|
||||
class coverArtManager
|
||||
{
|
||||
public:
|
||||
Cover saveCover(const Song&, std::string&, const std::string&);
|
||||
private:
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user