From 9e014aead36adf6ca936dd7f355c1ce5dc18139b Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 27 Jun 2020 20:58:23 +0200 Subject: Use mpv default ui instead of overlay --- src/Body.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Body.cpp') diff --git a/src/Body.cpp b/src/Body.cpp index 3bd2421..54134b6 100644 --- a/src/Body.cpp +++ b/src/Body.cpp @@ -112,7 +112,7 @@ namespace QuickMedia { loading_thumbnail = true; thumbnail_load_thread = std::thread([this, result, url]() { std::string texture_data; - if(download_to_string_cache(url, texture_data, {}, program->get_current_plugin()->use_tor) == DownloadResult::OK) { + if(download_to_string_cache(url, texture_data, {}, program->get_current_plugin()->use_tor, true) == DownloadResult::OK) { if(result->loadFromMemory(texture_data.data(), texture_data.size())) { //result->generateMipmap(); } -- cgit v1.2.3