From feb25eb65e54a7a7255d816134ca6d4debc9ba0a Mon Sep 17 00:00:00 2001 From: Tim Date: Wed, 19 Feb 2025 11:11:08 +0100 Subject: [PATCH] refactor(app): use dash for update settings message --- src/stremio_app/app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stremio_app/app.rs b/src/stremio_app/app.rs index 10bce2b..6549839 100644 --- a/src/stremio_app/app.rs +++ b/src/stremio_app/app.rs @@ -260,7 +260,7 @@ impl MainWindow { web_tx_web.send(RPCResponse::open_media(command_ref)).ok(); } } - Some("update_settings") => { + Some("update-settings") => { if let Some(arg) = msg.get_params() { match serde_json::from_value::(arg.to_owned()) { Ok(settings) => {