Added feature to upload all songs from a directory (optional recursive). Need to document the use of it as well as how to even use this CLI
This commit is contained in:
@@ -71,7 +71,7 @@ namespace Managers
|
||||
}
|
||||
|
||||
if (std::any_of(supportedFlags.begin(), supportedFlags.end(),
|
||||
[&](string val)
|
||||
[&](string& val)
|
||||
{
|
||||
return !val.compare(flag);
|
||||
}))
|
||||
|
||||
Reference in New Issue
Block a user