Fixed build issue
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ using Managers::CommitManager;
|
||||
|
||||
constexpr static auto IcarusDownloadManager_version()
|
||||
{
|
||||
return "v0.2.0";
|
||||
return "v0.3.0";
|
||||
}
|
||||
|
||||
void printHelp()
|
||||
|
||||
@@ -48,7 +48,7 @@ void ActionManager::initialize()
|
||||
}
|
||||
void ActionManager::validateFlags()
|
||||
{
|
||||
cout<<"Validating flags\n";
|
||||
cout<<"Validating flags\n";
|
||||
|
||||
const auto flagVals = parsedFlags();
|
||||
|
||||
|
||||
@@ -308,8 +308,8 @@ void CommitManager::singTargetUpload(const std::string &songPath, const std::str
|
||||
}
|
||||
|
||||
song = *sng;
|
||||
const auto p = fs::path(songPath);
|
||||
song.directory = p.parent_path.string();
|
||||
const auto p = filesystem::path(songPath);
|
||||
song.directory = p.parent_path().string();
|
||||
song.generate_filename_from_track();
|
||||
|
||||
Models::CoverArt cover;
|
||||
|
||||
Reference in New Issue
Block a user