diff --git a/client/components/cards/LazyBookCard.vue b/client/components/cards/LazyBookCard.vue index 544b7fec..d506a1b7 100644 --- a/client/components/cards/LazyBookCard.vue +++ b/client/components/cards/LazyBookCard.vue @@ -31,13 +31,6 @@ -
-

#{{ seriesSequenceList }}

-
-
-

{{ booksInSeries }}

-
-
@@ -244,6 +237,7 @@ export default { return this.mediaMetadata.series }, seriesName() { + if (this.collapsedSeries?.name) return this.collapsedSeries.name return this.series?.name || null }, seriesSequence() { diff --git a/client/components/modals/BatchQuickMatchModel.vue b/client/components/modals/BatchQuickMatchModel.vue index bf596199..558a2fa3 100644 --- a/client/components/modals/BatchQuickMatchModel.vue +++ b/client/components/modals/BatchQuickMatchModel.vue @@ -6,7 +6,7 @@ -
+
diff --git a/client/components/modals/collections/AddCreateModal.vue b/client/components/modals/collections/AddCreateModal.vue index c4878adc..17959526 100644 --- a/client/components/modals/collections/AddCreateModal.vue +++ b/client/components/modals/collections/AddCreateModal.vue @@ -6,7 +6,7 @@
-
+

{{ $strings.LabelAddToCollection }}

diff --git a/client/components/modals/collections/CollectionItem.vue b/client/components/modals/collections/CollectionItem.vue index 70849e98..62ca8620 100644 --- a/client/components/modals/collections/CollectionItem.vue +++ b/client/components/modals/collections/CollectionItem.vue @@ -1,5 +1,5 @@ -
+

{{ $strings.LabelAddToPlaylist }}

diff --git a/client/components/modals/playlists/UserPlaylistItem.vue b/client/components/modals/playlists/UserPlaylistItem.vue index 0cccf359..f7df9218 100644 --- a/client/components/modals/playlists/UserPlaylistItem.vue +++ b/client/components/modals/playlists/UserPlaylistItem.vue @@ -1,5 +1,5 @@