mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-05 02:39:53 +02:00
Move ConnectConfig
to connect
This commit is contained in:
parent
1a7c440bd7
commit
cc9a574b2e
12 changed files with 137 additions and 175 deletions
|
@ -27,8 +27,9 @@ use tokio::sync::{mpsc, oneshot};
|
|||
|
||||
use super::DiscoveryError;
|
||||
|
||||
use crate::core::{
|
||||
authentication::Credentials, config::DeviceType, diffie_hellman::DhLocalKeys, Error,
|
||||
use crate::{
|
||||
connect::config::DeviceType,
|
||||
core::{authentication::Credentials, diffie_hellman::DhLocalKeys, Error},
|
||||
};
|
||||
|
||||
type Params<'a> = BTreeMap<Cow<'a, str>, Cow<'a, str>>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue