Song changes #60

Merged
phoenix merged 10 commits from song_changes into main 2025-10-11 19:49:53 +00:00
2 changed files with 5 additions and 0 deletions
Showing only changes of commit 0b53eb8208 - Show all commits

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
}