Remove the TypedBuilder attribute fromm the TrackMetadata
This commit is contained in:
parent
d3ae9f809b
commit
5873c99924
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ use std::num::ParseIntError;
|
|||
use std::str::FromStr;
|
||||
use typed_builder::TypedBuilder;
|
||||
|
||||
#[derive(Debug, PartialEq, TypedBuilder)]
|
||||
#[derive(Debug, PartialEq)]
|
||||
pub struct TrackMetadata {
|
||||
tags: HashMap<String, String>,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue