mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2025-10-31 12:42:07 +00:00 
			
		
		
		
	| @@ -325,7 +325,7 @@ export default { | ||||
|     }, | ||||
|     activated() { | ||||
|         this.active = true; | ||||
|         this.selectedAutoPlay = this.getPreferenceBoolean("playerAutoPlay", false); | ||||
|         this.selectedAutoPlay = this.getPreferenceBoolean("autoplay", false); | ||||
|         this.showDesc = !this.getPreferenceBoolean("minimizeDescription", false); | ||||
|         this.showRecs = !this.getPreferenceBoolean("minimizeRecommendations", false); | ||||
|         if (this.video.duration) { | ||||
| @@ -360,7 +360,7 @@ export default { | ||||
|             return this.fetchJson(this.apiUrl() + "/comments/" + this.getVideoId()); | ||||
|         }, | ||||
|         onChange() { | ||||
|             this.setPreference("playerAutoPlay", this.selectedAutoPlay); | ||||
|             this.setPreference("autoplay", this.selectedAutoPlay); | ||||
|         }, | ||||
|         async getVideoData() { | ||||
|             await this.fetchVideo() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Bnyro
					Bnyro