Skip to content

Commit

Permalink
Update src/types/streams/streams_item.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
elpiel authored Nov 14, 2024
1 parent fb55b60 commit e1394e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/streams/streams_item.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ pub struct StreamItemState {
#[serde(skip_serializing_if = "Option::is_none")]
pub subtitle_delay: Option<i64>,
#[serde(default, skip_serializing_if = "Option::is_none")]
/// Subtitles size, platform dependent units
pub subtitle_size: Option<u64>,
#[serde(default, skip_serializing_if = "Option::is_none")]
pub subtitle_offset: Option<u64>,
Expand Down

0 comments on commit e1394e0

Please sign in to comment.