aboutsummaryrefslogtreecommitdiff
path: root/src/VideoPlayer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/VideoPlayer.cpp')
-rw-r--r--src/VideoPlayer.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/VideoPlayer.cpp b/src/VideoPlayer.cpp
index e124db1..5099a6b 100644
--- a/src/VideoPlayer.cpp
+++ b/src/VideoPlayer.cpp
@@ -93,6 +93,7 @@ namespace QuickMedia {
});
}
+ /*
std::string ytdl_options_arg;
if(!plugin_name.empty()) {
Path cookies_filepath;
@@ -103,6 +104,7 @@ namespace QuickMedia {
args.push_back(ytdl_options_arg.c_str());
}
}
+ */
args.insert(args.end(), { "--", path, nullptr });