mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2024-08-14 23:57:27 +00:00 
			
		
		
		
	Update WatchVideo.vue
bugfix for PR 24ffe2ef93 ("Minimize the video description by default")
			
			
This commit is contained in:
		
							parent
							
								
									8727d776f6
								
							
						
					
					
						commit
						522ceefda6
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -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) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue