Skip to content

Commit

Permalink
Update src/types/streams/streams_item.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Lachezar Lechev <[email protected]>
  • Loading branch information
tymmesyde and elpiel authored Nov 14, 2024
1 parent 85dd8da commit 247ee23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/streams/streams_item.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pub struct StreamItemState {
/// In milliseconds
#[serde(skip_serializing_if = "Option::is_none")]
pub subtitle_delay: Option<i64>,
#[serde(skip_serializing_if = "Option::is_none")]
#[serde(default, skip_serializing_if = "Option::is_none")]
pub subtitle_size: Option<u64>,
#[serde(skip_serializing_if = "Option::is_none")]
pub subtitle_offset: Option<u64>,
Expand Down

0 comments on commit 247ee23

Please sign in to comment.