Working on downloading the song

This commit is contained in:
kdeng00
2019-08-25 16:47:52 -04:00
parent 540d665a7e
commit fb03354189
5 changed files with 92 additions and 8 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ class directory_manager
{
public:
std::string create_directory_process(Song, const std::string&);
static std::string create_directory_process(Song, const std::string&);
static std::string configPath(std::string_view);
static std::string contentOfPath(std::string_view);