From f8617f2043ea4ec536c4622df63a77b25268aeb0 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 6 Mar 2021 14:25:48 +0100 Subject: Youtube: fix channel next page, add proper channel search (non filter search) --- plugins/Plugin.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/Plugin.hpp') diff --git a/plugins/Plugin.hpp b/plugins/Plugin.hpp index 2026319..ebf3408 100644 --- a/plugins/Plugin.hpp +++ b/plugins/Plugin.hpp @@ -40,4 +40,5 @@ namespace QuickMedia { SearchResult download_result_to_search_result(DownloadResult download_result); ImageResult download_result_to_image_result(DownloadResult download_result); PluginResult search_result_to_plugin_result(SearchResult search_result); + SearchResult plugin_result_to_search_result(PluginResult plugin_result); } \ No newline at end of file -- cgit v1.2.3