Compare commits

..

15 Commits

Author SHA1 Message Date
66c3b0029e Version bump
All checks were successful
Rust Build / Check (pull_request) Successful in 32s
Rust Build / Test Suite (pull_request) Successful in 7m1s
Rust Build / Rustfmt (pull_request) Successful in 8m20s
Rust Build / Clippy (pull_request) Successful in 1m46s
Rust Build / build (pull_request) Successful in 3m11s
2025-10-13 21:55:24 -04:00
f174239c2e Code formatting 2025-10-13 21:54:52 -04:00
c64ecd8a54 Removed file 2025-10-13 21:53:16 -04:00
8c400ed11d Code refactoring 2025-10-13 21:52:06 -04:00
c8eb9521f7 Removing file 2025-10-13 21:50:00 -04:00
0883def735 Code change 2025-10-13 21:49:48 -04:00
f4972c8caf Code refactoring 2025-10-13 21:47:05 -04:00
d55f3b2e46 Removed file 2025-10-13 21:45:31 -04:00
74948ff8a4 Change 2025-10-13 21:45:21 -04:00
988dfe9379 Fixed the bug 2025-10-13 21:42:57 -04:00
c37ecaa8dc Assigned values to directory and filename member fields 2025-10-13 21:15:02 -04:00
1da416cc37 Merge branch 'main' of git.kundeng.us:phoenix/songparser
All checks were successful
Rust Build / Check (pull_request) Successful in 26m11s
Rust Build / Test Suite (pull_request) Successful in 9m58s
Rust Build / Rustfmt (pull_request) Successful in 27s
Rust Build / Clippy (pull_request) Successful in 40m39s
Rust Build / build (pull_request) Successful in 10m58s
2025-10-13 16:15:14 -04:00
96c75b93df Merge branch 'main' of git.kundeng.us:phoenix/songparser 2025-10-11 19:14:27 -04:00
038f8dbd9a Merge branch 'main' of git.kundeng.us:phoenix/songparser 2025-10-10 15:35:15 -04:00
ea6f65a206 icarus_envy version bump
Some checks failed
Rust Build / Check (pull_request) Failing after 1m19s
Rust Build / Test Suite (pull_request) Failing after 1m33s
Rust Build / Rustfmt (pull_request) Successful in 31s
Rust Build / Clippy (pull_request) Failing after 10s
Rust Build / build (pull_request) Failing after 2m43s
2025-10-10 15:16:12 -04:00

View File

@@ -398,6 +398,7 @@ async fn prep_song(
println!("Saved coverart queue file at: {coverart_queue_path:?}");
let c_path = util::path_buf_to_string(coverart_queue_path);
// let s_path = util::path_buf_to_string(song_queue_path);
Ok(((song.directory, song.filename), c_path, metadata.clone(), *coverart_queue_id))
}
Err(err) => {