aboutsummaryrefslogtreecommitdiff
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
parent5d29f22093fd602bc4d8863208e7812c0746e62e (diff)
Update readme with youtube comments image
-rw-r--r--README.md2
-rw-r--r--src/plugins/Youtube.cpp2
2 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8925289..cbdc5a0 100644
--- a/README.md
+++ b/README.md
@@ -96,6 +96,8 @@ QuickMedia is free software licensed under GPL 3.0, see LICENSE for more details
![](https://www.dec05eba.com/images/youtube.jpg)
## Youtube video
![](https://www.dec05eba.com/images/youtube-video.jpg)
+## Youtube comments
+![](https://www.dec05eba.com/images/youtube-comments.png)
## Manganelo search
![](https://www.dec05eba.com/images/manganelo.jpg)
## Manganelo chapters
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);
}