aboutsummaryrefslogtreecommitdiff
path: root/common/src/stream.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-04-14 18:42:16 +0200
committermetamuffin <metamuffin@disroot.org>2025-04-14 18:42:16 +0200
commit3b147cb1dfcbd5c7218e0accd5784d992d5ae21c (patch)
tree028e5ba21bd9c7da583b2ead0001c1481ccbae86 /common/src/stream.rs
parent42e08750a5a9a112d458a5db1d6b169278e953c5 (diff)
downloadjellything-3b147cb1dfcbd5c7218e0accd5784d992d5ae21c.tar
jellything-3b147cb1dfcbd5c7218e0accd5784d992d5ae21c.tar.bz2
jellything-3b147cb1dfcbd5c7218e0accd5784d992d5ae21c.tar.zst
things
Diffstat (limited to 'common/src/stream.rs')
-rw-r--r--common/src/stream.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/src/stream.rs b/common/src/stream.rs
index 555a5d0..9fd7daf 100644
--- a/common/src/stream.rs
+++ b/common/src/stream.rs
@@ -76,7 +76,7 @@ pub struct StreamTrackInfo {
pub formats: Vec<StreamFormatInfo>,
}
-#[derive(Debug, Clone, Deserialize, Serialize)]
+#[derive(Debug, Copy, Clone, Deserialize, Serialize)]
#[serde(rename_all = "snake_case")]
pub enum TrackKind {
Video,