Fixed pipeline failures
Some checks failed
Rust Build / Check (pull_request) Successful in 26s
Rust Build / Test Suite (pull_request) Successful in 25s
Rust Build / Rustfmt (pull_request) Failing after 22s
Rust Build / Clippy (pull_request) Successful in 27s
Rust Build / build (pull_request) Successful in 29s
Some checks failed
Rust Build / Check (pull_request) Successful in 26s
Rust Build / Test Suite (pull_request) Successful in 25s
Rust Build / Rustfmt (pull_request) Failing after 22s
Rust Build / Clippy (pull_request) Successful in 27s
Rust Build / build (pull_request) Successful in 29s
This commit is contained in:
@@ -222,7 +222,7 @@ pub mod metadata {
|
|||||||
|
|
||||||
match vb.save_to_path(filepath, lofty::config::WriteOptions::default())
|
match vb.save_to_path(filepath, lofty::config::WriteOptions::default())
|
||||||
{
|
{
|
||||||
Ok(res) => {
|
Ok(_) => {
|
||||||
Ok(value.to_owned())
|
Ok(value.to_owned())
|
||||||
}
|
}
|
||||||
Err(err) => Err(std::io::Error::new(
|
Err(err) => Err(std::io::Error::new(
|
||||||
|
Reference in New Issue
Block a user