mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-11-10 06:34:18 +00:00
Update TagType in traits.rs
Signed-off-by: Serial <69764315+Serial-ATA@users.noreply.github.com>
This commit is contained in:
parent
0a7b327c03
commit
2b1b009c1a
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ pub trait ToAnyTag: ToAny {
|
|||
feature = "format-flac",
|
||||
feature = "format-opus"
|
||||
))]
|
||||
TagType::Vorbis(_) => Box::new(VorbisTag::from(self.to_anytag())),
|
||||
TagType::Ogg(_) => Box::new(VorbisTag::from(self.to_anytag())),
|
||||
#[cfg(feature = "format-riff")]
|
||||
TagType::RiffInfo => Box::new(RiffTag::from(self.to_anytag())),
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue