update watched videos in each separate component

This commit is contained in:
vr10t
2023-02-19 13:41:13 +00:00
parent 005a938261
commit 949527ed43
6 changed files with 12 additions and 3 deletions

View File

@@ -159,7 +159,6 @@ export default {
};
},
mounted() {
this.updateWatched([this.item]);
this.shouldShowVideo();
},
methods: {