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 e1394e0 commit 9f746a5
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 @@ -36,6 +36,7 @@ pub struct StreamItemState {
/// Subtitles size, platform dependent units
pub subtitle_size: Option<u64>,
#[serde(default, skip_serializing_if = "Option::is_none")]
/// Vertical offset of the subtitles, platform dependent units
pub subtitle_offset: Option<u64>,
#[serde(skip_serializing_if = "Option::is_none")]
pub audio_track: Option<AudioTrack>,
Expand Down

0 comments on commit 9f746a5

Please sign in to comment.