Skip to content

Commit

Permalink
Merge branch 'fix/EmptyStringBug' of github.com:DoomHEADSHOT/stremio-…
Browse files Browse the repository at this point in the history
…core into fix/EmptyStringBug
  • Loading branch information
DoomHEADSHOT committed Jul 22, 2024
2 parents 3cf0b04 + 2bd200c commit ba0a7ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/streaming_server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ use crate::runtime::{Effect, EffectFuture, Effects, Env, EnvError, EnvFutureExt,
use crate::types::addon::ResourcePath;
use crate::types::api::SuccessResponse;
use crate::types::profile::{AuthKey, Profile};
use crate::types::streaming_server::empty_string_as_null;
use crate::types::streaming_server::{
DeviceInfo, GetHTTPSResponse, NetworkInfo, Settings, SettingsResponse, Statistics,
};
use crate::types::streaming_server::empty_string_as_null;

use enclose::enclose;
use futures::{FutureExt, TryFutureExt};
Expand Down

0 comments on commit ba0a7ba

Please sign in to comment.