From 575ccde5d1e896a279d58375704f4ace3f48bf6a Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 30 Apr 2021 04:05:26 +0200 Subject: Make initial youtube request faster (faster cookies setup) --- plugins/MangaCombined.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/MangaCombined.hpp b/plugins/MangaCombined.hpp index 56b03ba..56843c2 100644 --- a/plugins/MangaCombined.hpp +++ b/plugins/MangaCombined.hpp @@ -24,6 +24,6 @@ namespace QuickMedia { sf::Vector2i get_thumbnail_max_size() override { return sf::Vector2i(101, 141); }; private: std::vector search_pages; - std::vector>> search_threads; + std::vector>> search_threads; // TODO: Use async task pool }; } \ No newline at end of file -- cgit v1.2.3