From 82794c7fbfc0b8b6d043375551a11ea3eafd446c Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 10 Mar 2021 23:39:09 +0100 Subject: Update readme with youtube comments image --- src/plugins/Youtube.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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); } -- cgit v1.2.3