@if (item.series.coverUrl) {
@@ -11,7 +12,7 @@
@for(synm of item.series.synonyms; track synm; let last = $last) {
{{synm}}
@if (!last) {
- ,
+ ,
}
}
@@ -23,16 +24,27 @@
-
-
{{t('details')}}
- @if ((item.series.volumeCount || 0) > 0 || (item.series.chapterCount || 0) > 0) {
-
{{t('volume-count', {num: item.series.volumeCount})}}
-
{{t('chapter-count', {num: item.series.chapterCount})}}
- } @else {
-
{{t('releasing')}}
- }
+ @if (isSelected) {
+
+
+
{{t('updating-metadata-status')}}
+
+ } @else {
+
+
{{t('details')}}
+ @if ((item.series.volumeCount || 0) > 0 || (item.series.chapterCount || 0) > 0) {
+
{{t('volume-count', {num: item.series.volumeCount})}}
+
{{t('chapter-count', {num: item.series.chapterCount})}}
+ } @else {
+
{{t('releasing')}}
+ }
+
+
{{item.series.plusMediaFormat | plusMediaFormat}}
+
({{item.matchRating | translocoPercent}})
+
+ }
+
+
+
-
{{item.series.plusMediaFormat | plusMediaFormat}}
-
({{item.matchRating | translocoPercent}})
-