List-Video: Clear watch progress from view cache when marking as unseen (#2220)
This commit is contained in:
parent
ea1386deb0
commit
39bf59238f
|
@ -439,6 +439,7 @@ export default Vue.extend({
|
|||
})
|
||||
|
||||
this.watched = false
|
||||
this.watchProgress = 0
|
||||
},
|
||||
|
||||
addToPlaylist: function () {
|
||||
|
|
Loading…
Reference in New Issue