Ajout du decodage mp3 à pmoflac
This commit is contained in:
@@ -25,3 +25,9 @@ impl From<claxon::Error> for FlacError {
|
||||
FlacError::Decode(err.to_string())
|
||||
}
|
||||
}
|
||||
|
||||
impl From<String> for FlacError {
|
||||
fn from(msg: String) -> Self {
|
||||
FlacError::Decode(msg)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user