diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/DownloadUtils.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/DownloadUtils.hpp b/include/DownloadUtils.hpp index 398f82c..8edcd5a 100644 --- a/include/DownloadUtils.hpp +++ b/include/DownloadUtils.hpp @@ -15,7 +15,7 @@ namespace QuickMedia { struct CommandArg { std::string option; - std::string value; + std::string value; // Optional }; // Return true the return DownloadResult::OK for the download, which also saves the result in cache if |download_to_string_cache| is used |