diff --git a/Cargo.toml b/Cargo.toml index 420c34f..5e48f8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anime-launcher-sdk" -version = "1.6.6" +version = "1.6.7" authors = ["Nikita Podvirnyy "] license = "GPL-3.0" readme = "README.md" diff --git a/src/games/star_rail/config/schema/launcher/discord_rpc.rs b/src/games/star_rail/config/schema/launcher/discord_rpc.rs index d0792d8..18e36c1 100644 --- a/src/games/star_rail/config/schema/launcher/discord_rpc.rs +++ b/src/games/star_rail/config/schema/launcher/discord_rpc.rs @@ -63,7 +63,7 @@ impl From<&JsonValue> for DiscordRpc { // If old values are detected - replace them by new if app_id == 901534333360304168 { - app_id = defualt.app_id; + app_id = default.app_id; title = default.title; subtitle = default.subtitle; }