reduce chromecast volume
This commit is contained in:
		@@ -58,7 +58,7 @@
 | 
				
			|||||||
        });
 | 
					        });
 | 
				
			||||||
        player.on("chromecastConnected", () => {
 | 
					        player.on("chromecastConnected", () => {
 | 
				
			||||||
            if(player.volume() > 0.3) {
 | 
					            if(player.volume() > 0.3) {
 | 
				
			||||||
                player.volume(0.3);
 | 
					                player.volume(0.2);
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        });
 | 
					        });
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user