{{ request.artist_name }}
+ {{ truncate(request.albums, 50) }}
+ {{ truncate(request.comment, 50) }}
+ diff --git a/front/src/components/library/Home.vue b/front/src/components/library/Home.vue
index cdcbe4b72..e4e22fc09 100644
--- a/front/src/components/library/Home.vue
+++ b/front/src/components/library/Home.vue
@@ -4,7 +4,7 @@