mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 04:22:28 +02:00
parent
9fe50fd5ce
commit
1463078367
1 changed files with 9 additions and 2 deletions
|
|
@ -50,7 +50,10 @@
|
||||||
</v-img>
|
</v-img>
|
||||||
<v-list-item-content>
|
<v-list-item-content>
|
||||||
<v-list-item-title>{{ data.item.metadata.title }}</v-list-item-title>
|
<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>
|
</v-list-item-content>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
@ -66,7 +69,11 @@
|
||||||
|
|
||||||
<v-list-item-content>
|
<v-list-item-content>
|
||||||
<v-list-item-title>{{ data.item.metadata.title }}</v-list-item-title>
|
<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>
|
</v-list-item-content>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue