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