diff --git a/resources/assets/js/components/main-wrapper/main-content/album.vue b/resources/assets/js/components/main-wrapper/main-content/album.vue index a058bc6e..a5f6c1f8 100644 --- a/resources/assets/js/components/main-wrapper/main-content/album.vue +++ b/resources/assets/js/components/main-wrapper/main-content/album.vue @@ -16,7 +16,7 @@ {{ album.artist.name }} {{ album.artist.name }} • - {{ meta.songCount }} {{ meta.songCount | pluralize('song') }} + {{ meta.songCount | pluralize('song') }} • {{ meta.totalLength }} diff --git a/resources/assets/js/components/main-wrapper/main-content/artist.vue b/resources/assets/js/components/main-wrapper/main-content/artist.vue index 042f03f9..bd81ca38 100644 --- a/resources/assets/js/components/main-wrapper/main-content/artist.vue +++ b/resources/assets/js/components/main-wrapper/main-content/artist.vue @@ -12,9 +12,9 @@ @click.prevent="showingControls = false"> - {{ artist.albums.length }} {{ artist.albums.length | pluralize('album') }} + {{ artist.albums.length | pluralize('album') }} • - {{ meta.songCount }} {{ meta.songCount | pluralize('song') }} + {{ meta.songCount | pluralize('song') }} • {{ meta.totalLength }} diff --git a/resources/assets/js/components/main-wrapper/main-content/favorites.vue b/resources/assets/js/components/main-wrapper/main-content/favorites.vue index 5ecd756b..d4cb5307 100644 --- a/resources/assets/js/components/main-wrapper/main-content/favorites.vue +++ b/resources/assets/js/components/main-wrapper/main-content/favorites.vue @@ -10,7 +10,7 @@ @click.prevent="showingControls = false"> - {{ meta.songCount }} {{ meta.songCount | pluralize('song') }} + {{ meta.songCount | pluralize('song') }} • {{ meta.totalLength }}