Added tests
Some checks failed
Rust Build / Check (pull_request) Successful in 29s
Rust Build / Test Suite (pull_request) Successful in 30s
Rust Build / Rustfmt (pull_request) Successful in 26s
Rust Build / Clippy (pull_request) Failing after 31s
Rust Build / build (pull_request) Successful in 28s

This commit is contained in:
2025-03-22 15:58:10 -04:00
parent 351147cb64
commit 9815077924
8 changed files with 168 additions and 2 deletions

View File

@@ -64,7 +64,6 @@ fn is_dur_not_set(num: &i32) -> bool {
*num == 0
}
/*
impl Default for Song {
fn default() -> Self {
Song {
@@ -93,7 +92,6 @@ impl Default for Song {
}
}
}
*/
impl Song {
pub fn to_metadata_json(&self, pretty: bool) -> Result<String, serde_json::Error> {