mirror of
https://github.com/gotson/komga.git
synced 2025-12-20 07:23:34 +01:00
parent
9fe50fd5ce
commit
1463078367
1 changed files with 9 additions and 2 deletions
|
|
@ -50,7 +50,10 @@
|
|||
</v-img>
|
||||
<v-list-item-content>
|
||||
<v-list-item-title>{{ data.item.metadata.title }}</v-list-item-title>
|
||||
<v-list-item-subtitle>{{ $t('searchbox.in_library', {library: getLibraryName(data.item)}) }}</v-list-item-subtitle>
|
||||
<v-list-item-subtitle>{{
|
||||
$t('searchbox.in_library', {library: getLibraryName(data.item)})
|
||||
}}
|
||||
</v-list-item-subtitle>
|
||||
</v-list-item-content>
|
||||
</template>
|
||||
|
||||
|
|
@ -66,7 +69,11 @@
|
|||
|
||||
<v-list-item-content>
|
||||
<v-list-item-title>{{ data.item.metadata.title }}</v-list-item-title>
|
||||
<v-list-item-subtitle>{{ $t('searchbox.in_library', {library: getLibraryName(data.item)}) }}</v-list-item-subtitle>
|
||||
<v-list-item-subtitle>{{ data.item.seriesTitle }} - {{ data.item.metadata.number }}</v-list-item-subtitle>
|
||||
<v-list-item-subtitle>{{
|
||||
$t('searchbox.in_library', {library: getLibraryName(data.item)})
|
||||
}}
|
||||
</v-list-item-subtitle>
|
||||
</v-list-item-content>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue