Skip to content

Commit

Permalink
fix(protobuf): update subtitles offset and size type
Browse files Browse the repository at this point in the history
  • Loading branch information
tymmesyde committed Nov 18, 2024
1 parent c2b5db9 commit c023f15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stremio-core-protobuf/proto/stremio/core/models/player.proto
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ message Player {
message StreamState {
optional SubtitleTrack subtitle_track = 1;
optional int64 subtitle_delay = 2;
optional uint64 subtitle_size = 3;
optional uint64 subtitle_offset = 4;
optional float subtitle_size = 3;
optional float subtitle_offset = 4;
optional AudioTrack audio_track = 5;
optional int64 audio_delay = 6;
optional float playback_speed = 7;
Expand Down

0 comments on commit c023f15

Please sign in to comment.