From 1ba58ba74a767a91b28f44eb75db41455adcaa70 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 27 Apr 2021 14:00:35 +0200 Subject: Add authors page for mangakatana and mangatown, attempt to fix image loading getting stuck, misc fixed related to async in plugins --- plugins/Soundcloud.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/Soundcloud.hpp') diff --git a/plugins/Soundcloud.hpp b/plugins/Soundcloud.hpp index bb23efb..24dc051 100644 --- a/plugins/Soundcloud.hpp +++ b/plugins/Soundcloud.hpp @@ -1,6 +1,7 @@ #pragma once #include "Page.hpp" +#include "../include/AsyncTask.hpp" namespace QuickMedia { class SoundcloudPage : public Page { @@ -24,6 +25,7 @@ namespace QuickMedia { private: SoundcloudPage submit_page; std::string query_urn; + std::vector> async_download_threads; }; class SoundcloudUserPage : public SoundcloudPage { -- cgit v1.2.3