We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ec43ad commit 58e8a8eCopy full SHA for 58e8a8e
connect/src/spirc.rs
@@ -139,6 +139,7 @@ const VOLUME_UPDATE_DELAY: Duration = Duration::from_millis(500);
139
const UPDATE_STATE_DELAY: Duration = Duration::from_millis(200);
140
141
/// The spotify connect handle
142
+#[derive(Clone)]
143
pub struct Spirc {
144
commands: mpsc::UnboundedSender<SpircCommand>,
145
}
0 commit comments