Skip to content

Commit

Permalink
refactor(app): use dash for update settings message
Browse files Browse the repository at this point in the history
  • Loading branch information
tymmesyde committed Feb 19, 2025
1 parent 18b41fd commit feb25eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stremio_app/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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::<Settings>(arg.to_owned()) {
Ok(settings) => {
Expand Down

0 comments on commit feb25eb

Please sign in to comment.