mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-08-05 10:14:10 +00:00
Update WatchVideo.vue (#3106)
bugfix for PR 24ffe2ef93
("Minimize the video description by default")
This commit is contained in:
@@ -416,7 +416,7 @@ export default {
|
||||
this.active = true;
|
||||
this.selectedAutoPlay = this.getPreferenceBoolean("autoplay", false);
|
||||
this.showComments = !this.getPreferenceBoolean("minimizeComments", false);
|
||||
this.showDesc = !this.getPreferenceBoolean("minimizeDescription", false);
|
||||
this.showDesc = !this.getPreferenceBoolean("minimizeDescription", true);
|
||||
this.showRecs = !this.getPreferenceBoolean("minimizeRecommendations", false);
|
||||
this.showChapters = !this.getPreferenceBoolean("minimizeChapters", false);
|
||||
if (this.video?.duration) {
|
||||
|
Reference in New Issue
Block a user