Added Duration type
This commit is contained in:
@@ -32,6 +32,11 @@ impl MetadataType {
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
pub enum Properties {
|
||||
Duration,
|
||||
}
|
||||
|
||||
pub fn all_metadata_types() -> Vec<Type> {
|
||||
vec![
|
||||
Type::Album,
|
||||
|
Reference in New Issue
Block a user