We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71fcc8e commit 950c718Copy full SHA for 950c718
player/src/main.rs
@@ -65,7 +65,6 @@ pub async fn main() -> Result<()> {
65
let connect_config = connect_config.clone();
66
67
let soft_volume = mixer.get_soft_volume();
68
- let format = format;
69
70
let backend = librespot::playback::audio_backend::find(None).unwrap();
71
0 commit comments