This commit is contained in:
tuna2134
2024-09-12 11:35:48 +00:00
parent 5c840ba34e
commit 07c1311bd2

View File

@@ -99,7 +99,7 @@ impl AppState {
continue;
}
};
if let Err(e) = tts_model.load_sbv2file(&entry, sbv2_bytes) {
if let Err(e) = tts_model.load_sbv2file(entry, sbv2_bytes) {
log::warn!("Error loading {entry}: {e}");
};
log::info!("Loaded: {entry}");