From 62a29abd372a39a413e43a8f75146af823fe7bb3 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 4 Aug 2019 14:58:03 +0200 Subject: Add video seek, play next video on end file --- plugins/Youtube.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/Youtube.hpp') 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> &result_items) override; SuggestionResult update_search_suggestions(const std::string &text, std::vector> &result_items) override; + std::vector> get_related_media(const std::string &url) override; }; } \ No newline at end of file -- cgit v1.2.3