diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Soundcloud.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Soundcloud.hpp b/plugins/Soundcloud.hpp index c7883ba..fa41e88 100644 --- a/plugins/Soundcloud.hpp +++ b/plugins/Soundcloud.hpp @@ -24,6 +24,7 @@ namespace QuickMedia { PluginResult get_page(const std::string &str, int page, BodyItems &result_items) override; PluginResult lazy_fetch(BodyItems &result_items) override; bool lazy_fetch_is_loader() override { return true; } + void cancel_operation() override; private: SoundcloudPage submit_page; std::string query_urn; |