fix meta
This commit is contained in:
parent
3127d1b287
commit
ab75b1f3e4
2 changed files with 3 additions and 2 deletions
|
@ -39,7 +39,7 @@ pub fn get_metadata(file_path: &str) -> Option<AudioMetadata> {
|
|||
|
||||
pub fn get_metadata_json(file_path: &str) -> Option<serde_json::Value> {
|
||||
let output = std::process::Command::new("python3")
|
||||
.arg("src/extract_metadata.py")
|
||||
.arg("./extract_metadata.py")
|
||||
.arg(file_path)
|
||||
.output()
|
||||
.ok()?;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue