diff options
author | dec05eba <dec05eba@protonmail.com> | 2021-10-13 04:00:44 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2021-10-13 04:00:44 +0200 |
commit | 7d4825e3c466ec90ea3e6508545636ead96ec164 (patch) | |
tree | 5499580679a470828fa1750fd7a8c5b1cf79e91d /plugins | |
parent | 060db5c6cbd02e684a0c98c0f045da242b6ab218 (diff) |
Fix soundcloud after website update
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; |