mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-17 11:29:37 +00:00
And again, VSCode's find/replace didn't catch this. *grumble*
This commit is contained in:
parent
d9639c049b
commit
1011704b82
|
@ -208,7 +208,7 @@ impl Tts {
|
|||
#[cfg(target_os = "android")]
|
||||
Backends::Android => {
|
||||
let tts = backends::Android::new()?;
|
||||
Ok(TTS(Box::new(tts)))
|
||||
Ok(Tts(Box::new(tts)))
|
||||
}
|
||||
};
|
||||
if let Ok(backend) = backend {
|
||||
|
|
Loading…
Reference in New Issue
Block a user