aboutsummaryrefslogtreecommitdiff
path: root/src/Config.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-05-21 22:57:55 +0200
committerdec05eba <dec05eba@protonmail.com>2025-05-21 22:57:55 +0200
commit831f583f89c087a5ea1bec4b717e06496217f260 (patch)
tree276375519e166b85bb3ef0689a1e0f57d88dc711 /src/Config.cpp
parentd0f8b7061f572772ddba10eccf6f59a1cc98252d (diff)
Add support for rumble streaming by default
Diffstat (limited to 'src/Config.cpp')
-rw-r--r--src/Config.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Config.cpp b/src/Config.cpp
index ced9375..9e10534 100644
--- a/src/Config.cpp
+++ b/src/Config.cpp
@@ -201,6 +201,7 @@ namespace gsr {
{"streaming.service", &config.streaming_config.streaming_service},
{"streaming.youtube.key", &config.streaming_config.youtube.stream_key},
{"streaming.twitch.key", &config.streaming_config.twitch.stream_key},
+ {"streaming.rumble.key", &config.streaming_config.rumble.stream_key},
{"streaming.custom.url", &config.streaming_config.custom.url},
{"streaming.custom.container", &config.streaming_config.custom.container},
{"streaming.start_stop_hotkey", &config.streaming_config.start_stop_hotkey},