mirror of
https://github.com/mmjee/Piped-Material.git
synced 2024-12-06 19:26:36 +01:00
Fix errors while moving from one video to the other
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user