diff --git a/Cargo.toml b/Cargo.toml index 2aa5813..b91df09 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anime-launcher-sdk" -version = "1.2.1" +version = "1.2.2" authors = ["Nikita Podvirnyy "] license = "GPL-3.0" readme = "README.md" diff --git a/src/games/honkai/game.rs b/src/games/honkai/game.rs index 3295eae..7f4de32 100644 --- a/src/games/honkai/game.rs +++ b/src/games/honkai/game.rs @@ -15,7 +15,7 @@ use crate::discord_rpc::*; use crate::sessions::SessionsExt; #[cfg(feature = "sessions")] -use crate::genshin::sessions::Sessions; +use crate::honkai::sessions::Sessions; #[derive(Debug, Clone)] struct Folders { diff --git a/src/games/star_rail/game.rs b/src/games/star_rail/game.rs index 08f946c..2ebe963 100644 --- a/src/games/star_rail/game.rs +++ b/src/games/star_rail/game.rs @@ -15,7 +15,7 @@ use crate::discord_rpc::*; use crate::sessions::SessionsExt; #[cfg(feature = "sessions")] -use crate::genshin::sessions::Sessions; +use crate::star_rail::sessions::Sessions; #[derive(Debug, Clone)] struct Folders {