aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-10-01 07:10:20 +0200
committerdec05eba <dec05eba@protonmail.com>2020-10-01 07:10:20 +0200
commit211982f321830691038cb79698fb55dcd015c9fc (patch)
tree8129be2fd107bbca3b465399b99e4eeb12eee1ab
parent9602603135f456d906192112288dcd84429c8fee (diff)
wip
-rw-r--r--TODO1
-rw-r--r--src/VideoPlayer.cpp2
2 files changed, 1 insertions, 2 deletions
diff --git a/TODO b/TODO
index b5ffe42..5aea62a 100644
--- a/TODO
+++ b/TODO
@@ -52,5 +52,4 @@ Allow setting matrix room priority (if it should always be at top).
Use Entry instead of SearchBar for 4chan commenting as well.
Only add related videos to recommendations if its the first time we watch the video. This is to prevent rewatching a video multiple times from messing up recommendations.
Fix incorrect body visible rows count (draws incorrect number of items and incorrect counted, also messed up pg(up/down)).
-Make editing others matrix room messages work if you have the privileges to do so.
Replace messages on matrix instead of appending edits (messages that begin with " * "). This also fixes edit of already edited messages. \ No newline at end of file
diff --git a/src/VideoPlayer.cpp b/src/VideoPlayer.cpp
index ac93ecc..c93b5e8 100644
--- a/src/VideoPlayer.cpp
+++ b/src/VideoPlayer.cpp
@@ -101,7 +101,7 @@ namespace QuickMedia {
/*
std::string ytdl_options_arg;
- if(!plugin_name.empty()) {
+ if(!use_tor && !plugin_name.empty()) {
Path cookies_filepath;
if(get_cookies_filepath(cookies_filepath, plugin_name) != 0) {
fprintf(stderr, "Warning: Failed to create %s cookies file\n", plugin_name.c_str());