aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/youtube
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-06-25 13:11:25 +0200
committerdec05eba <dec05eba@protonmail.com>2021-06-25 13:11:29 +0200
commit26134d3601c3c139aff71123b09bf18ba35b6450 (patch)
tree715e15cc4107a7aaf188b78b322e3fbe6cf5c073 /src/plugins/youtube
parent38202de4f953fca28aa884246ced0aadf0d25a4d (diff)
Matrix: do not show kick/ban notification when restarting quickmedia (do not show notification on cache load)
Diffstat (limited to 'src/plugins/youtube')
-rw-r--r--src/plugins/youtube/YoutubeMediaProxy.cpp1
1 files changed, 1 insertions, 0 deletions
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;