From d01b602306ba0aec2ba6c227331eae509974501f Mon Sep 17 00:00:00 2001 From: advplyr Date: Sun, 26 Mar 2023 13:50:21 -0500 Subject: [PATCH] Update epub reader media progress update --- components/readers/EpubReader.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/readers/EpubReader.vue b/components/readers/EpubReader.vue index 9641d192..cd38be3e 100644 --- a/components/readers/EpubReader.vue +++ b/components/readers/EpubReader.vue @@ -172,6 +172,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,