1
0
Fork 0
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:
Roderick van Domburg 2022-01-06 09:48:11 +01:00
parent 4ca1f661d5
commit c1965198fc
No known key found for this signature in database
GPG key ID: FE2585E713F9F30A
7 changed files with 112 additions and 116 deletions

View file

@ -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},
};