From 9c1d43e772efb8f5af4b7ef5562fb433c8985697 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 29 Oct 2022 21:33:18 +0200 Subject: Youtube: allow opening youtube channels directly from url. Same with ctrl+i info menu --- include/QuickMedia.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/QuickMedia.hpp b/include/QuickMedia.hpp index 8dca09e..d2ca1f3 100644 --- a/include/QuickMedia.hpp +++ b/include/QuickMedia.hpp @@ -227,6 +227,7 @@ namespace QuickMedia { std::string pipe_selected_text; std::filesystem::path file_manager_start_dir; std::string youtube_url; + std::string youtube_channel_url; std::unique_ptr video_player; bool use_youtube_dl = false; int video_max_height = 0; -- cgit v1.2.3