List-Video: Clear watch progress from view cache when marking as unseen (#2220)

This commit is contained in:
Svallinn 2022-04-27 07:28:16 +01:00 committed by GitHub
parent ea1386deb0
commit 39bf59238f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -439,6 +439,7 @@ export default Vue.extend({
})
this.watched = false
this.watchProgress = 0
},
addToPlaylist: function () {