diff options
| author | metamuffin <metamuffin@disroot.org> | 2026-03-14 22:00:01 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2026-03-14 22:00:01 +0100 |
| commit | 1f3bcb47bc27768c67b05305f528e01ed491a6d3 (patch) | |
| tree | a0b7d515112e7ac755bec8e77c5aa2edbbdb7803 /stream/src | |
| parent | 577227d69fbc619c4d30a262174dbf2e173c49de (diff) | |
| download | jellything-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.rs | 2 |
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 { |