Added more todos

This commit is contained in:
2025-10-11 14:19:21 -04:00
parent 73c8fd2634
commit 0b53eb8208
2 changed files with 5 additions and 0 deletions

View File

@@ -37,6 +37,9 @@ impl CoverArt {
Err(err) => Err(err),
}
}
// TODO: Add method to save to filesystem
// TODO: Add method to remove from filesystem
}
#[cfg(test)]

View File

@@ -175,4 +175,6 @@ impl Song {
Err(err) => Err(err)
}
}
// TODO: Add function to remove file from the filesystem
}