From ad2685624cf233456623c5fa34083412df53873c Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 16 Jun 2022 14:43:20 +0200 Subject: Soundcloud: fix title and download link not updating when changing video, fix text y offset after mgl update --- src/plugins/MediaGeneric.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/MediaGeneric.cpp') diff --git a/src/plugins/MediaGeneric.cpp b/src/plugins/MediaGeneric.cpp index c1044b0..4ff55da 100644 --- a/src/plugins/MediaGeneric.cpp +++ b/src/plugins/MediaGeneric.cpp @@ -224,7 +224,7 @@ namespace QuickMedia { return video_url; } - PluginResult MediaGenericVideoPage::load(std::string&, std::string&, double &duration, std::vector&, std::string &err_msg) { + PluginResult MediaGenericVideoPage::load(const SubmitArgs&, std::string&, std::string&, double &duration, std::vector&, std::string &err_msg) { video_url.clear(); duration = 0.0; if(!search_page->video_custom_handler) { -- cgit v1.2.3