Fix errors while moving from one video to the other

This commit is contained in:
root
2023-06-15 11:20:53 +05:30
parent 270d05eb2d
commit b34a541b72
+1
View File
@@ -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) {