From 2ab6101995bae87a93bcbed4df6a8643d424f127 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 17 Jun 2021 22:59:55 +0200 Subject: Fix youtube copyrighted videos --- include/Json.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/Json.hpp') diff --git a/include/Json.hpp b/include/Json.hpp index 9e1e706..8cbd5d4 100644 --- a/include/Json.hpp +++ b/include/Json.hpp @@ -1,7 +1,7 @@ #pragma once #include "DownloadUtils.hpp" -#include +#include namespace QuickMedia { const rapidjson::Value& GetMember(const rapidjson::Value &obj, const char *key); -- cgit v1.2.3