aboutsummaryrefslogtreecommitdiff
path: root/common/src/lib.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-09-25 04:21:33 +0200
committermetamuffin <metamuffin@disroot.org>2025-09-25 04:21:33 +0200
commit5391247680709d3bd25e0f9bdccd6ee7a26a948c (patch)
tree03890340c5865c15d3250e6154c2e8b9fb56c1de /common/src/lib.rs
parentf8d4c438d10450ead56c0082b037e466ef5f9f24 (diff)
downloadjellything-5391247680709d3bd25e0f9bdccd6ee7a26a948c.tar
jellything-5391247680709d3bd25e0f9bdccd6ee7a26a948c.tar.bz2
jellything-5391247680709d3bd25e0f9bdccd6ee7a26a948c.tar.zst
Fix old import for recent changes
Diffstat (limited to 'common/src/lib.rs')
-rw-r--r--common/src/lib.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/common/src/lib.rs b/common/src/lib.rs
index 903d519..0cc9ab5 100644
--- a/common/src/lib.rs
+++ b/common/src/lib.rs
@@ -235,10 +235,6 @@ pub struct SourceTrack {
pub name: String,
pub codec: String,
pub language: String,
- pub default_duration: Option<u64>,
- pub seek_pre_roll: u64,
- pub codec_delay: u64,
- pub flag_lacing: u64,
#[serde(default)]
pub federated: Vec<String>,
}