diff options
| author | metamuffin <metamuffin@disroot.org> | 2026-02-19 00:57:18 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2026-02-19 00:57:18 +0100 |
| commit | 696f4e060b932c5987c4796dae560fe95754aaa1 (patch) | |
| tree | 925e7b2d19f0cca51355b8bbf6fe651be815cc11 /server/src/main.rs | |
| parent | 1adce5a199952eb6fd3f9ebfc7038f5e479e5271 (diff) | |
| download | jellything-696f4e060b932c5987c4796dae560fe95754aaa1.tar jellything-696f4e060b932c5987c4796dae560fe95754aaa1.tar.bz2 jellything-696f4e060b932c5987c4796dae560fe95754aaa1.tar.zst | |
fix server-side video playback
Diffstat (limited to 'server/src/main.rs')
| -rw-r--r-- | server/src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/src/main.rs b/server/src/main.rs index 8b4beb5..cbad704 100644 --- a/server/src/main.rs +++ b/server/src/main.rs @@ -65,6 +65,7 @@ pub struct State { pub struct Config { pub import: jellyimport::Config, pub ui: jellyui::Config, + pub stream: Arc<jellystream::Config>, pub session_key: String, pub admin_password: String, pub asset_path: PathBuf, |