aboutsummaryrefslogtreecommitdiff
path: root/stream/src
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2026-03-14 22:00:01 +0100
committermetamuffin <metamuffin@disroot.org>2026-03-14 22:00:01 +0100
commit1f3bcb47bc27768c67b05305f528e01ed491a6d3 (patch)
treea0b7d515112e7ac755bec8e77c5aa2edbbdb7803 /stream/src
parent577227d69fbc619c4d30a262174dbf2e173c49de (diff)
downloadjellything-1f3bcb47bc27768c67b05305f528e01ed491a6d3.tar
jellything-1f3bcb47bc27768c67b05305f528e01ed491a6d3.tar.bz2
jellything-1f3bcb47bc27768c67b05305f528e01ed491a6d3.tar.zst
default for every config field
Diffstat (limited to 'stream/src')
-rw-r--r--stream/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/src/lib.rs b/stream/src/lib.rs
index 9171595..0070860 100644
--- a/stream/src/lib.rs
+++ b/stream/src/lib.rs
@@ -40,7 +40,7 @@ pub struct Config {
#[serde(default)] pub offer_vp8: bool,
#[serde(default)] pub offer_vp9: bool,
#[serde(default)] pub offer_av1: bool,
- pub transcoder: jellytranscoder::Config,
+ #[serde(default)] pub transcoder: jellytranscoder::Config,
}
pub struct SMediaInfo {