diff --git a/templates/playlist.html b/templates/playlist.html index 41453e0..463f592 100644 --- a/templates/playlist.html +++ b/templates/playlist.html @@ -19,9 +19,9 @@
{% if 'title' in m and m['title'].strip() %} - {{ m['title']|truncate(50) }} + {{ m['title']|truncate(45) }} {% elif 'url' in m %} - {{ m['url']|truncate(50) }} + {{ m['url']|truncate(45) }} {% endif %} {{ m['type'].capitalize() }}