diff options
author | dec05eba <dec05eba@protonmail.com> | 2021-03-10 23:39:09 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2021-03-10 23:39:09 +0100 |
commit | 82794c7fbfc0b8b6d043375551a11ea3eafd446c (patch) | |
tree | 2e353ef83b70bf62f72a26a0d075c688459b589f /src/plugins | |
parent | 5d29f22093fd602bc4d8863208e7812c0746e62e (diff) |
Update readme with youtube comments image
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/Youtube.cpp | 2 |
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); } |