bugfixes?

This commit is contained in:
Simon
2025-07-18 18:55:42 +00:00
parent 3998c8b1a9
commit 83fe467252
3 changed files with 22 additions and 3 deletions

View File

@@ -213,6 +213,11 @@ impl VideoFormat {
headers.insert(key, value);
}
}
pub fn protocol(mut self, protocol: String) -> Self {
self.protocol = Some(protocol);
self
}
}
#[derive(serde::Serialize, Debug)]
pub struct Videos {