diff --git a/front/src/components/audio/track/Table.vue b/front/src/components/audio/track/Table.vue
index c3d46306a..04db1b812 100644
--- a/front/src/components/audio/track/Table.vue
+++ b/front/src/components/audio/track/Table.vue
@@ -247,10 +247,9 @@ const updatePage = (page: number) => {
/>
@@ -275,19 +274,12 @@ const updatePage = (page: number) => {
:is-album="isAlbum"
:is-podcast="isPodcast"
/>
-
+
diff --git a/front/src/components/library/Albums.vue b/front/src/components/library/Albums.vue
index 1671ec73a..a54c7a639 100644
--- a/front/src/components/library/Albums.vue
+++ b/front/src/components/library/Albums.vue
@@ -226,8 +226,8 @@ const paginateOptions = computed(() => sortedUniq([12, 30, 50, paginateBy.value]
diff --git a/front/src/components/library/Artists.vue b/front/src/components/library/Artists.vue
index d39c8eb80..da6ce583e 100644
--- a/front/src/components/library/Artists.vue
+++ b/front/src/components/library/Artists.vue
@@ -237,7 +237,7 @@ const paginateOptions = computed(() => sortedUniq([12, 30, 50, paginateBy.value]
diff --git a/front/src/views/playlists/List.vue b/front/src/views/playlists/List.vue
index 432286ac3..b230f260a 100644
--- a/front/src/views/playlists/List.vue
+++ b/front/src/views/playlists/List.vue
@@ -211,8 +211,8 @@ const paginateOptions = computed(() => sortedUniq([12, 30, 50, paginateBy.value]