aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-02-21 00:04:15 +0100
committermetamuffin <metamuffin@disroot.org>2025-02-21 00:04:15 +0100
commitd39be66e5e89b31e3b53ed522c13555676e1ffd4 (patch)
tree09209746ee03187bf34cd72c291404bd1f6b4cef /common
parentc8bbfb63a32cedbad22fcd364141a07208ce12bc (diff)
downloadjellything-d39be66e5e89b31e3b53ed522c13555676e1ffd4.tar
jellything-d39be66e5e89b31e3b53ed522c13555676e1ffd4.tar.bz2
jellything-d39be66e5e89b31e3b53ed522c13555676e1ffd4.tar.zst
copy lacing flag
Diffstat (limited to 'common')
-rw-r--r--common/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/src/lib.rs b/common/src/lib.rs
index d8e5d7e..ce333eb 100644
--- a/common/src/lib.rs
+++ b/common/src/lib.rs
@@ -199,6 +199,7 @@ pub struct SourceTrack {
pub default_duration: Option<u64>,
pub seek_pre_roll: u64,
pub codec_delay: u64,
+ pub flag_lacing: u64,
#[serde(default)]
pub federated: Vec<String>,
}