diff --git a/komga-webui/src/views/DivinaReader.vue b/komga-webui/src/views/DivinaReader.vue index efea372c..2a66325a 100644 --- a/komga-webui/src/views/DivinaReader.vue +++ b/komga-webui/src/views/DivinaReader.vue @@ -667,6 +667,9 @@ export default Vue.extend({ id: this.$route.query.contextId as string, } this.book.context = this.context + } + + if (this?.context.origin === ContextOrigin.READLIST) { this.contextName = (await (this.$komgaReadLists.getOneReadList(this.context.id))).name document.title = `Komga - ${this.contextName} - ${this.book.metadata.title}` } else {