Skip to content

Commit

Permalink
* Update subscription view to render video as watched ASAP (#3353)
Browse files Browse the repository at this point in the history
Before this change a view change (back & forth) is needed if video is watched in another window
  • Loading branch information
PikachuEXE committed Mar 26, 2023
1 parent 94f21f2 commit 6e44f1a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/renderer/components/ft-list-video/ft-list-video.js
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,11 @@ export default defineComponent({
return this.$i18n.locale.replace('_', '-')
},
},
watch: {
historyIndex() {
this.checkIfWatched()
},
},
mounted: function () {
this.parseVideoData()
this.checkIfWatched()
Expand Down

0 comments on commit 6e44f1a

Please sign in to comment.