Skip to content

Commit

Permalink
Fix JS format issue caused during code conflict resolving
Browse files Browse the repository at this point in the history
  • Loading branch information
PikachuEXE committed May 13, 2022
1 parent 0ee7b5a commit 208f1ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/ft-video-player/ft-video-player.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ export default Vue.extend({
}
categoryData[x] = sponsorVal
})
return {autoSkip, seekBar, promptSkip, categoryData}
return { autoSkip, seekBar, promptSkip, categoryData }
},

maxVideoPlaybackRate: function () {
Expand Down

0 comments on commit 208f1ae

Please sign in to comment.