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) => {