From c4ab196719e99e6ab9e323175124cf1d9aafa36e Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 9 Aug 2019 22:00:08 +0200 Subject: Next video in list to play should be next in playlist (if available) --- plugins/Youtube.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugins/Youtube.hpp') diff --git a/plugins/Youtube.hpp b/plugins/Youtube.hpp index 6fc6039..16f5870 100644 --- a/plugins/Youtube.hpp +++ b/plugins/Youtube.hpp @@ -12,5 +12,8 @@ namespace QuickMedia { int get_search_delay() const override { return 500; } bool search_suggestion_is_search() const override { return true; } Page get_page_after_search() const override { return Page::VIDEO_CONTENT; } + private: + std::string last_related_media_playlist_id; + BodyItems last_playlist_data; }; } \ No newline at end of file -- cgit v1.2.3