- fixed variable name in hsr feature
This commit is contained in:
Observer KRypt0n_ 2023-06-10 15:10:49 +02:00
parent 22534ed605
commit 60d800a23d
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "anime-launcher-sdk"
version = "1.6.6"
version = "1.6.7"
authors = ["Nikita Podvirnyy <suimin.tu.mu.ga.mi@gmail.com>"]
license = "GPL-3.0"
readme = "README.md"

View file

@ -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;
}