mirror of
https://github.com/mmjee/Piped-Material.git
synced 2024-12-06 19:26:36 +01:00
Fix a miserable mistake
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user