From 26134d3601c3c139aff71123b09bf18ba35b6450 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 25 Jun 2021 13:11:25 +0200 Subject: Matrix: do not show kick/ban notification when restarting quickmedia (do not show notification on cache load) --- src/plugins/youtube/YoutubeMediaProxy.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/youtube') diff --git a/src/plugins/youtube/YoutubeMediaProxy.cpp b/src/plugins/youtube/YoutubeMediaProxy.cpp index e8d0383..cba4a1d 100644 --- a/src/plugins/youtube/YoutubeMediaProxy.cpp +++ b/src/plugins/youtube/YoutubeMediaProxy.cpp @@ -447,6 +447,7 @@ namespace QuickMedia { } } + // TODO: Remove this code and instead create the header ourselves and send it to the client. Then pipe the curl output directly to the client input. if(!download_header_finished) { download_header.append(download_read_buffer, downloader_num_read_bytes); size_t header_end = std::string::npos; -- cgit v1.2.3