Skip to content

Commit

Permalink
chore: merge branch 'Nettifani-dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
alemidev committed May 6, 2024
2 parents b963aba + dbdbf15 commit c2fe70a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
let source = match args.source {
#[cfg(feature = "pulseaudio")]
ScopeSource::Pulse { device, server_buffer } => {
input::pulse::PulseAudioSimpleDataSource::new(device.as_deref(), &args.opts, server_buffer)?
scope::input::pulse::PulseAudioSimpleDataSource::new(device.as_deref(), &args.opts, server_buffer)?
},

#[cfg(feature = "file")]
Expand Down

0 comments on commit c2fe70a

Please sign in to comment.