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) --- include/AsyncImageLoader.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/AsyncImageLoader.hpp b/include/AsyncImageLoader.hpp index 69746d2..4acae5e 100644 --- a/include/AsyncImageLoader.hpp +++ b/include/AsyncImageLoader.hpp @@ -35,7 +35,6 @@ namespace QuickMedia { static AsyncImageLoader& get_instance(); // Returns false if the image loader is already loading an image. In that case, this function should be called again later. // set |resize_target_size| to {0, 0} to disable resizing. - // |thumbnail_data.loading_state| has to be LoadingState::NOT_LOADED when calling this! // Note: this method is not thread-safe void load_thumbnail(const std::string &url, bool local, sf::Vector2i resize_target_size, std::shared_ptr thumbnail_data); private: -- cgit v1.2.3