Song changes #60
@@ -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)]
|
||||
|
@@ -175,4 +175,6 @@ impl Song {
|
||||
Err(err) => Err(err)
|
||||
}
|
||||
}
|
||||
|
||||
// TODO: Add function to remove file from the filesystem
|
||||
}
|
||||
|
Reference in New Issue
Block a user