diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-04-27 14:47:57 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-04-27 14:47:57 +0200 |
commit | 91db117734301a24e47ea784a677ec1b3df44465 (patch) | |
tree | 15806357a86aa9a397b206566a187d2c9497dfa8 /src/QuickMedia.cpp | |
parent | 69ac43bc5136c1e6638e367280cf4be85322fb1d (diff) |
Diffstat (limited to 'src/QuickMedia.cpp')
-rw-r--r-- | src/QuickMedia.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/QuickMedia.cpp b/src/QuickMedia.cpp index 0671349..b09e09f 100644 --- a/src/QuickMedia.cpp +++ b/src/QuickMedia.cpp @@ -1095,6 +1095,8 @@ namespace QuickMedia { if(!youtube_dl_name) return false; + const int video_max_height = video_get_max_height(); + std::string ytdl_format; if(no_video) ytdl_format = "(bestaudio/best)"; |