diff --git a/komga-webui/src/components/BrowseBook.vue b/komga-webui/src/components/BrowseBook.vue
index f83d3553f..b9d5c298e 100644
--- a/komga-webui/src/components/BrowseBook.vue
+++ b/komga-webui/src/components/BrowseBook.vue
@@ -11,6 +11,23 @@
>
mdi-arrow-left
+
+
+
+
+
+
+
+ mdi-dots-vertical
+
+
+
+
+ Analyze
+
+
+
+
@@ -134,6 +151,11 @@ export default Vue.extend({
return { 'top': '64px' }
}
}
+ },
+ methods: {
+ analyze () {
+ this.$komgaBooks.analyzeBook(this.book)
+ }
}
})