diff --git a/src/routes/WatchVideo.vue b/src/routes/WatchVideo.vue index 32fb9bf..bf6028d 100644 --- a/src/routes/WatchVideo.vue +++ b/src/routes/WatchVideo.vue @@ -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 }