mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-12-14 12:08:17 +00:00
Add ability to disable showing comments.
This commit is contained in:
@@ -150,7 +150,7 @@ export default {
|
||||
this.$refs.videoPlayer.loadVideo();
|
||||
});
|
||||
this.getSponsors();
|
||||
this.getComments();
|
||||
if (this.getPreferenceBoolean("comments", true)) this.getComments();
|
||||
},
|
||||
activated() {
|
||||
this.selectedAutoPlay = this.getPreferenceBoolean("autoplay", true);
|
||||
|
||||
Reference in New Issue
Block a user