Added Duration type

This commit is contained in:
2025-07-04 15:52:50 -04:00
parent cea522d6b8
commit b3bd009460

View File

@@ -32,6 +32,11 @@ impl MetadataType {
}
}
#[derive(Debug)]
pub enum Properties {
Duration,
}
pub fn all_metadata_types() -> Vec<Type> {
vec![
Type::Album,