diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Youtube.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Youtube.hpp b/plugins/Youtube.hpp index 7a6ea00..28b50bb 100644 --- a/plugins/Youtube.hpp +++ b/plugins/Youtube.hpp @@ -8,6 +8,7 @@ namespace QuickMedia { struct YoutubeFormat { std::string url; int bitrate = 0; + std::string mime_type; }; struct YoutubeVideoFormat { |