Fix a miserable mistake

This commit is contained in:
root
2023-06-10 11:18:35 +05:30
parent 31b9be60aa
commit 80cd6022b5
+2 -2
View File
@@ -388,10 +388,10 @@ export default {
const ts = new Date()
await PMDB.watchedVideos.update(this.dbID, {
timestamp: ts,
video: this.video
video: video
})
dbObj.timestamp = ts
dbObj.video = this.video
dbObj.video = video
this.lastWatch = dbObj
this.dbID = dbObj.id
}