mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +00:00
Make SpricManager cloneable to simplify for clients.
This commit is contained in:
parent
906241b92e
commit
c98ff9bd54
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ use std::collections::HashMap;
|
|||
use protocol;
|
||||
pub use protocol::spirc::{PlayStatus, MessageType};
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct SpircManager(Arc<Mutex<SpircInternal>>);
|
||||
|
||||
struct SpircInternal {
|
||||
|
|
Loading…
Reference in a new issue