diff --git a/views/list.twig b/views/list.twig
index 51d04bc..a5aae4f 100644
--- a/views/list.twig
+++ b/views/list.twig
@@ -70,26 +70,28 @@
{{ playlist.name }}
-
{{ playlist.description }}
+ {% if playlist.description is not same as(null) %} +{{ playlist.description }}
+ {% endif %}