mirror of
https://github.com/neodyland/sbv2-api.git
synced 2026-01-10 08:22:57 +00:00
fix bug
This commit is contained in:
@@ -21,7 +21,7 @@ fn main_inner() -> anyhow::Result<()> {
|
||||
}
|
||||
#[cfg(feature = "aivmx")]
|
||||
{
|
||||
tts_holder.load_aivmxfile(ident, fs::read(env::path("AIVMX_PATH")?)?)?;
|
||||
tts_holder.load_aivmx(ident, fs::read(env::var("AIVMX_PATH")?)?)?;
|
||||
}
|
||||
|
||||
let audio =
|
||||
|
||||
Reference in New Issue
Block a user