Add ability to disable showing comments.

This commit is contained in:
FireMasterK
2021-07-19 01:57:34 +05:30
parent 584f1854e2
commit 76e9482f35
2 changed files with 8 additions and 1 deletions

View File

@@ -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);