aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-03-10 23:39:09 +0100
committerdec05eba <dec05eba@protonmail.com>2021-03-10 23:39:09 +0100
commit82794c7fbfc0b8b6d043375551a11ea3eafd446c (patch)
tree2e353ef83b70bf62f72a26a0d075c688459b589f /src
parent5d29f22093fd602bc4d8863208e7812c0746e62e (diff)
Update readme with youtube comments image
Diffstat (limited to 'src')
-rw-r--r--src/plugins/Youtube.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Youtube.cpp b/src/plugins/Youtube.cpp
index ced6c45..ade73ff 100644
--- a/src/plugins/Youtube.cpp
+++ b/src/plugins/Youtube.cpp
@@ -757,7 +757,7 @@ namespace QuickMedia {
std::string hearted_tooltip = comment_renderer_get_hearted_tooltip(comment_renderer_json);
if(!hearted_tooltip.empty()) {
if(!description.empty())
- description += ' ';
+ description += " - ";
description += std::move(hearted_tooltip);
}