Skip to content

Commit

Permalink
force comment
Browse files Browse the repository at this point in the history
  • Loading branch information
PikachuEXE committed Oct 16, 2024
1 parent 6df21cd commit c724f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/views/Watch/Watch.js
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ export default defineComponent({
// e.g. https://youtu.be/8NBSwDEf8a8
// However videos with comments enabled but have no comment
// are different (which is not detected here)
this.commentsEnabled = result.comments_entry_point_header != null
this.commentsEnabled = true
// endregion No comment detection

if ((this.isLive || this.isPostLiveDvr) && !this.isUpcoming) {
Expand Down

0 comments on commit c724f73

Please sign in to comment.