From f2baf3fafd1a92c51c3e9bf11bbf9d0ae0789734 Mon Sep 17 00:00:00 2001 From: advplyr Date: Sun, 26 Mar 2023 13:50:44 -0500 Subject: [PATCH] Update epub media progress update --- client/components/readers/EpubReader.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/components/readers/EpubReader.vue b/client/components/readers/EpubReader.vue index 8a71bb0a..351850e2 100644 --- a/client/components/readers/EpubReader.vue +++ b/client/components/readers/EpubReader.vue @@ -176,6 +176,10 @@ export default { }, /** @param {string} location - CFI of the new location */ relocated(location) { + if (this.userMediaProgress?.ebookLocation === location.start.cfi) { + return + } + if (location.end.percentage) { this.updateProgress({ ebookLocation: location.start.cfi,