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