aboutsummaryrefslogtreecommitdiff
path: root/plugins/Youtube.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2019-08-04 14:58:03 +0200
committerdec05eba <dec05eba@protonmail.com>2019-08-04 14:58:06 +0200
commit62a29abd372a39a413e43a8f75146af823fe7bb3 (patch)
tree71562dcbba424c874da003f7521a0b852563ede5 /plugins/Youtube.hpp
parent4b24638802385816fb5f90c95f175b30ae2398a8 (diff)
Add video seek, play next video on end file
Diffstat (limited to 'plugins/Youtube.hpp')
-rw-r--r--plugins/Youtube.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Youtube.hpp b/plugins/Youtube.hpp
index 073cb0c..eda8a1f 100644
--- a/plugins/Youtube.hpp
+++ b/plugins/Youtube.hpp
@@ -7,5 +7,6 @@ namespace QuickMedia {
public:
SearchResult search(const std::string &text, std::vector<std::unique_ptr<BodyItem>> &result_items) override;
SuggestionResult update_search_suggestions(const std::string &text, std::vector<std::unique_ptr<BodyItem>> &result_items) override;
+ std::vector<std::unique_ptr<BodyItem>> get_related_media(const std::string &url) override;
};
} \ No newline at end of file