diff options
Diffstat (limited to 'youtube/templates')
-rw-r--r-- | youtube/templates/comments.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube/templates/comments.html b/youtube/templates/comments.html index 7d0ef85..7bd75e5 100644 --- a/youtube/templates/comments.html +++ b/youtube/templates/comments.html @@ -21,7 +21,7 @@ <span class="comment-text">{{ common_elements.text_runs(comment['text']) }}</span> {% endif %} - <span class="comment-likes">{{ comment['likes_text'] if comment['like_count'] else ''}}</span> + <span class="comment-likes">{{ comment['likes_text'] if comment['approx_like_count'] else ''}}</span> <div class="button-row"> {% if comment['reply_count'] %} {% if settings.use_comments_js and comment['replies_url'] %} |