Skip to content

Commit

Permalink
remove unneeded clone
Browse files Browse the repository at this point in the history
  • Loading branch information
eladyn committed Mar 11, 2022
1 parent 3f8a945 commit 36241e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ pub(crate) fn initial_state(config: config::SpotifydConfig) -> main_loop::MainLo
audio_setup: main_loop::AudioSetup {
mixer,
backend,
audio_device: config.audio_device.clone(),
audio_device: config.audio_device,
},
spotifyd_state: main_loop::SpotifydState {
cache,
Expand Down

0 comments on commit 36241e1

Please sign in to comment.