From 211982f321830691038cb79698fb55dcd015c9fc Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 1 Oct 2020 07:10:20 +0200 Subject: wip --- TODO | 1 - src/VideoPlayer.cpp | 2 +- 2 files changed, 1 insertion(+), 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()); -- cgit v1.2.3