Skip to content

Commit

Permalink
connect: fix visibility of model
Browse files Browse the repository at this point in the history
  • Loading branch information
photovoltex committed Nov 16, 2024
1 parent c725ebb commit 93c5655
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion connect/src/spirc.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use crate::model::{PlayingTrack, ResolveContext, SpircLoadCommand, SpircPlayStatus};
use crate::model::{ResolveContext, SpircPlayStatus};
use crate::state::context::ContextType;
use crate::state::provider::IsProvider;
use crate::state::{ConnectState, ConnectStateConfig};
Expand Down Expand Up @@ -31,6 +31,8 @@ use thiserror::Error;
use tokio::{sync::mpsc, time::sleep};
use tokio_stream::wrappers::UnboundedReceiverStream;

pub use crate::model::{PlayingTrack, SpircLoadCommand};

#[derive(Debug, Error)]
pub enum SpircError {
#[error("response payload empty")]
Expand Down

0 comments on commit 93c5655

Please sign in to comment.