From da827778f8c5d2f0cfc56b297099ba58454c38ed Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 26 Mar 2021 16:45:41 +0100 Subject: Add soundcloud --- plugins/Page.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/Page.hpp') diff --git a/plugins/Page.hpp b/plugins/Page.hpp index 44526db..f1ef893 100644 --- a/plugins/Page.hpp +++ b/plugins/Page.hpp @@ -63,6 +63,7 @@ namespace QuickMedia { virtual sf::Vector2i get_thumbnail_max_size() { return sf::Vector2i(480, 360); }; Program *program; + std::shared_ptr submit_body_item; // TODO: Remove this }; enum class TrackResult { @@ -106,5 +107,6 @@ namespace QuickMedia { virtual std::unique_ptr create_related_videos_page(Program *program, const std::string &video_url, const std::string &video_title) = 0; // Return nullptr if the service doesn't support channels page virtual std::unique_ptr create_channels_page(Program *program, const std::string &channel_url) = 0; + virtual std::string get_url() = 0; }; } \ No newline at end of file -- cgit v1.2.3