Added function to make coverart init easier (#24)

Reviewed-on: #24
Co-authored-by: phoenix <kundeng94@gmail.com>
Co-committed-by: phoenix <kundeng94@gmail.com>
This commit is contained in:
phoenix
2025-04-04 02:21:31 +00:00
committed by phoenix
parent 61ad88a258
commit 8fbd92620e
5 changed files with 41 additions and 20 deletions
+2
View File
@@ -28,6 +28,7 @@ mod utils {
}
}
#[cfg(test)]
mod song_tests {
use std::fs::File;
use std::io::Write;
@@ -151,6 +152,7 @@ mod song_tests {
}
}
#[cfg(test)]
mod album_tests {
use crate::utils;