diff --git a/youtube/templates/common_elements.html b/youtube/templates/common_elements.html index 8ee0a3c..58580a3 100644 --- a/youtube/templates/common_elements.html +++ b/youtube/templates/common_elements.html @@ -24,7 +24,7 @@ {% if info['type'] != 'channel' %}
- {{ (info['video_count']|string + ' videos') if info['type'] == 'playlist' else info['duration'] }} + {{ (info['video_count']|commatize + ' videos') if info['type'] == 'playlist' else info['duration'] }}
{% endif %} @@ -41,7 +41,7 @@