Update TagType in traits.rs

Signed-off-by: Serial <69764315+Serial-ATA@users.noreply.github.com>
This commit is contained in:
Serial 2021-06-26 15:37:50 -04:00
parent 0a7b327c03
commit 2b1b009c1a

View file

@ -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())),
}