From d7f736bde209e9a77844060cfd9b27122f7ca53f Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 15 Sep 2021 18:52:40 +0200 Subject: Reset timestamp when going to next youtube video, copy download url on ctrl-c for youtube --- src/plugins/Matrix.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins/Matrix.cpp') diff --git a/src/plugins/Matrix.cpp b/src/plugins/Matrix.cpp index 13fd230..c9d57d4 100644 --- a/src/plugins/Matrix.cpp +++ b/src/plugins/Matrix.cpp @@ -3815,8 +3815,8 @@ namespace QuickMedia { Path matrix_sync_data_path = get_cache_dir().join("matrix").join("sync_data.json"); remove(matrix_sync_data_path.data.c_str()); - Path filter_cache_path = get_storage_dir().join("matrix").join("filter"); - remove(filter_cache_path.data.c_str()); + //Path filter_cache_path = get_storage_dir().join("matrix").join("filter"); + //remove(filter_cache_path.data.c_str()); for_files_in_dir(get_cache_dir().join("matrix").join("events"), [](const Path &filepath) { remove(filepath.data.c_str()); return true; -- cgit v1.2.3