Duration #40

Merged
phoenix merged 10 commits from duration into devel 2025-07-04 21:45:49 +00:00
Showing only changes of commit b3bd009460 - Show all commits

View File

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