Skip to content

Commit 64f359b

Browse files
committed
fix build for --no-default-features
1 parent 3bba942 commit 64f359b

File tree

1 file changed

+1
-0
lines changed
  • spotify_player/src/client

1 file changed

+1
-0
lines changed

spotify_player/src/client/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ use crate::{
1010

1111
use anyhow::Context as _;
1212
use anyhow::Result;
13+
#[cfg(feature = "streaming")]
1314
use librespot_connect::spirc::Spirc;
1415
use librespot_core::session::Session;
1516
use rspotify::prelude::*;

0 commit comments

Comments
 (0)