mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-05 02:39:53 +02:00
Move DeviceType
to core
This commit is contained in:
parent
4ca1f661d5
commit
c1965198fc
7 changed files with 112 additions and 116 deletions
|
@ -28,7 +28,7 @@ use tokio::sync::{mpsc, oneshot};
|
|||
use super::DiscoveryError;
|
||||
|
||||
use crate::{
|
||||
connect::config::DeviceType,
|
||||
core::config::DeviceType,
|
||||
core::{authentication::Credentials, diffie_hellman::DhLocalKeys, Error},
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue