Skip to content

Commit

Permalink
Increase sound level
Browse files Browse the repository at this point in the history
  • Loading branch information
bertrandda committed Nov 4, 2024
1 parent da38e61 commit aca4795
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion server/services/airplay/lib/airplay.setValue.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ async function setValue(device, deviceFeature, value) {

if (deviceFeature.type === DEVICE_FEATURE_TYPES.MUSIC.PLAY_NOTIFICATION) {
const client = new this.Airtunes();
const airplayDevice = client.add(ipAddress, {});
const airplayDevice = client.add(ipAddress, {
volume: 70,
});
let decodeProcess;

client.on('buffer', (event) => {
Expand Down

0 comments on commit aca4795

Please sign in to comment.