11
This commit is contained in:
@@ -15,6 +15,7 @@ fn is_allowed_local_media(path: &Path) -> bool {
|
||||
let lower = path.to_string_lossy().to_lowercase();
|
||||
if lower.contains("aiclient-voice-preview-cache")
|
||||
|| lower.contains("aiclient-node-pipeline")
|
||||
|| lower.contains("aiclient-generated-speech")
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user