diff --git a/komga-webui/src/components/CardBook.vue b/komga-webui/src/components/CardBook.vue index f02c668b2..914808a90 100644 --- a/komga-webui/src/components/CardBook.vue +++ b/komga-webui/src/components/CardBook.vue @@ -15,7 +15,7 @@ {{ book.name }} @@ -54,7 +54,7 @@ export default Vue.extend({ }, methods: { getThumbnailUrl () { - return `${this.baseURL}/api/v1/series/${this.book.seriesId}/books/${this.book.id}/thumbnail` + return `${this.baseURL}/api/v1/books/${this.book.id}/thumbnail` }, getFormat () { switch (this.book.metadata.mediaType) { diff --git a/komga-webui/src/components/CardSeries.vue b/komga-webui/src/components/CardSeries.vue index c48a3acb3..ccb4ea799 100644 --- a/komga-webui/src/components/CardSeries.vue +++ b/komga-webui/src/components/CardSeries.vue @@ -17,7 +17,7 @@ {{ series.name }}