Fix CDDA support of psxcdgen_ex
This commit is contained in:
parent
4b0a832f36
commit
419e7b7bc3
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "psxcdgen_ex"
|
||||
version = "1.1.0"
|
||||
version = "1.1.1"
|
||||
edition = "2021"
|
||||
|
||||
[profile.release]
|
||||
|
|
|
@ -39,12 +39,12 @@ mod interleaved_file_tag {
|
|||
}
|
||||
|
||||
mod cdda_tag {
|
||||
pub const NAME: &'static str = "AltLicense";
|
||||
pub const NAME: &'static str = "AudioTrack";
|
||||
pub mod attribute {}
|
||||
}
|
||||
|
||||
mod alt_license_tag {
|
||||
pub const NAME: &'static str = "AudioTrack";
|
||||
pub const NAME: &'static str = "AltLicense";
|
||||
pub mod attribute {
|
||||
pub const TEXT: &'static str = "text";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue