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) {