Skip to content

Commit

Permalink
Update src/types/streaming_server/settings.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Lachezar Lechev <[email protected]>
  • Loading branch information
DoomHEADSHOT and elpiel authored Jul 11, 2024
1 parent b57b002 commit 78a3fee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/types/streaming_server/settings.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
use crate::types::streaming_server::serde_ext::empty_string_as_null;
use serde::{Deserialize, Serialize};
use serde_with::{serde_as, DefaultOnError};

use crate::types::streaming_server::serde_ext::empty_string_as_null;

#[serde_as]
#[derive(Clone, PartialEq, Serialize, Deserialize, Debug)]
#[serde(rename_all = "camelCase")]
Expand Down

0 comments on commit 78a3fee

Please sign in to comment.