aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-06-11 19:48:40 +0200
committerdec05eba <dec05eba@protonmail.com>2021-06-11 20:58:02 +0200
commit0d4b8100cb67eb4d4e3396be20743bd0d4e2a59a (patch)
tree15f8bc77f7ca6c3362b73c81c0bb844633bfa018 /include
parent0719ed5ad1affe7bf42c1677bd6a7148efa3eeda (diff)
Add option to play a youtube video directly from an url
Diffstat (limited to 'include')
-rw-r--r--include/QuickMedia.hpp1
1 files changed, 1 insertions, 0 deletions
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