Skip to content

Commit

Permalink
Merge pull request #454 from Stremio/change-video-size-type
Browse files Browse the repository at this point in the history
change video size type
  • Loading branch information
TheBeastLT authored May 19, 2023
2 parents e752958 + 30bb248 commit 1b2f6d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/player.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ pub struct AnalyticsContext {
#[serde(rename_all = "camelCase")]
pub struct VideoParams {
pub hash: Option<String>,
pub size: Option<u32>,
pub size: Option<u64>,
}

#[derive(Clone, PartialEq, Eq, Serialize, Deserialize, Debug)]
Expand Down

0 comments on commit 1b2f6d7

Please sign in to comment.