mirror of
https://github.com/gotson/komga.git
synced 2025-12-21 07:56:57 +01:00
fix(webui): change page title on book change
This commit is contained in:
parent
ef765ffa3e
commit
2d0e21b0b8
1 changed files with 1 additions and 1 deletions
|
|
@ -389,7 +389,7 @@ export default Vue.extend({
|
|||
async book (val) {
|
||||
if (this.$_.has(val, 'name')) {
|
||||
this.series = await this.$komgaSeries.getOneSeries(val.seriesId)
|
||||
document.title = `Komga - ${this.bookTitle}`
|
||||
document.title = `Komga - ${getBookTitleCompact(val.metadata.title, this.series.metadata.title)}`
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue