diff --git a/komga-webui/src/views/Dashboard.vue b/komga-webui/src/views/Dashboard.vue index 0af5572eb..9e24865e4 100644 --- a/komga-webui/src/views/Dashboard.vue +++ b/komga-webui/src/views/Dashboard.vue @@ -236,7 +236,7 @@ export default Vue.extend({ id: this.libraryId, route: LIBRARY_ROUTE.RECOMMENDED, }) - this.reload() + this.loadAll(this.libraryId) }, props: { libraryId: {