Skip to content

Commit

Permalink
undo accidental delete
Browse files Browse the repository at this point in the history
  • Loading branch information
HolbyFPV committed Nov 16, 2024
1 parent 2910d4b commit deee929
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/desktop/src/providers/audio/audio_provider.rs
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ impl IAudioEndpointVolumeCallback_Impl for MediaDeviceEventHandler_Impl {
"Volume update for {} (ID: {}): {}",
device.name, device_id, data.fMasterVolume
);
drop(output);
AudioProvider::emit_volume();
}
}
Expand Down

0 comments on commit deee929

Please sign in to comment.