Skip to content

Commit

Permalink
fix: import
Browse files Browse the repository at this point in the history
Signed-off-by: Lachezar Lechev <[email protected]>
  • Loading branch information
elpiel committed Oct 1, 2024
1 parent 946586e commit 31bfd9b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions stremio-core-protobuf/src/model/fields/streaming_server.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
use stremio_core::models::streaming_server::{
PlaybackDevice, Selected as StreamingServerSelected, StatisticsRequest, StreamingServer,
use stremio_core::{
models::streaming_server::{
PlaybackDevice, Selected as StreamingServerSelected, StreamingServer,
},
types::streaming_server::{StatisticsRequest, Settings, Statistics},
};
use stremio_core::types::streaming_server::{Settings, Statistics};

use crate::bridge::{FromProtobuf, ToProtobuf};
use crate::protobuf::stremio::core::models;
Expand Down

0 comments on commit 31bfd9b

Please sign in to comment.