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 --- plugins/MediaGeneric.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/MediaGeneric.hpp') diff --git a/plugins/MediaGeneric.hpp b/plugins/MediaGeneric.hpp index 68ad22f..d9708aa 100644 --- a/plugins/MediaGeneric.hpp +++ b/plugins/MediaGeneric.hpp @@ -96,7 +96,7 @@ namespace QuickMedia { std::string get_download_url(int max_height) override; std::string get_video_url(int max_height, bool &has_embedded_audio, std::string &ext) override; - PluginResult load(std::string &title, std::string &channel_url, double &duration, std::vector &chapters, std::string &err_str) override; + PluginResult load(const SubmitArgs &args, std::string &title, std::string &channel_url, double &duration, std::vector &chapters, std::string &err_str) override; private: MediaGenericSearchPage *search_page; std::string video_url; -- cgit v1.2.3