mirror of
https://github.com/gotson/komga.git
synced 2025-12-21 07:56:57 +01:00
fix(searchbox): display book metadata title instead of name
This commit is contained in:
parent
e6d014f1ac
commit
26d37a0fc9
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@
|
|||
class="ma-1 mr-3"
|
||||
/>
|
||||
<v-list-item-content>
|
||||
<v-list-item-title v-text="item.name"/>
|
||||
<v-list-item-title v-text="item.metadata.title"/>
|
||||
</v-list-item-content>
|
||||
</v-list-item>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Reference in a new issue