From 0d4b8100cb67eb4d4e3396be20743bd0d4e2a59a Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 11 Jun 2021 19:48:40 +0200 Subject: Add option to play a youtube video directly from an url --- include/QuickMedia.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/QuickMedia.hpp b/include/QuickMedia.hpp index 903e815..9e24f3c 100644 --- a/include/QuickMedia.hpp +++ b/include/QuickMedia.hpp @@ -204,5 +204,6 @@ namespace QuickMedia { Atom wm_delete_window_atom; XEvent xev; std::filesystem::path file_manager_start_dir; + std::string youtube_url; }; } \ No newline at end of file -- cgit v1.2.3