From b34a541b72b4fded1cee2d8f12549a1e5b51ade5 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 15 Jun 2023 11:20:53 +0530 Subject: [PATCH] Fix errors while moving from one video to the other --- src/routes/WatchVideo.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/routes/WatchVideo.vue b/src/routes/WatchVideo.vue index bf6028d..363b876 100644 --- a/src/routes/WatchVideo.vue +++ b/src/routes/WatchVideo.vue @@ -368,6 +368,7 @@ export default { video.url = this.$route.fullPath try { + this.lastWatchFound = false if (!this.$store.getters['prefs/getPreference']('disableDuplicateHistoryEntries', false)) { this.lastWatch = await findLastWatch(this.videoId) if (this.lastWatch != null) {