Fix CDDA support of psxcdgen_ex
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "psxcdgen_ex"
|
name = "psxcdgen_ex"
|
||||||
version = "1.1.0"
|
version = "1.1.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
|
|||||||
@@ -39,12 +39,12 @@ mod interleaved_file_tag {
|
|||||||
}
|
}
|
||||||
|
|
||||||
mod cdda_tag {
|
mod cdda_tag {
|
||||||
pub const NAME: &'static str = "AltLicense";
|
pub const NAME: &'static str = "AudioTrack";
|
||||||
pub mod attribute {}
|
pub mod attribute {}
|
||||||
}
|
}
|
||||||
|
|
||||||
mod alt_license_tag {
|
mod alt_license_tag {
|
||||||
pub const NAME: &'static str = "AudioTrack";
|
pub const NAME: &'static str = "AltLicense";
|
||||||
pub mod attribute {
|
pub mod attribute {
|
||||||
pub const TEXT: &'static str = "text";
|
pub const TEXT: &'static str = "text";
|
||||||
}
|
}
|
||||||
@@ -123,7 +123,7 @@ fn parse_description(description: roxmltree::Node, config: &mut Configuration) -
|
|||||||
print_warning("Alternate license ignored because a (alternate) license was already provided".to_owned())
|
print_warning("Alternate license ignored because a (alternate) license was already provided".to_owned())
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
_ => ()
|
_ => ()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user