mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-12-14 14:42:33 +00:00
ID3v2: Export UniqueFileIdentifierFrame
This commit is contained in:
parent
e3fa808d96
commit
e1f6d2c20b
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ pub use tag::ID3v2Tag;
|
|||
|
||||
pub use items::encapsulated_object::{GEOBInformation, GeneralEncapsulatedObject};
|
||||
pub use items::encoded_text_frame::EncodedTextFrame;
|
||||
pub use items::identifier::UniqueFileIdentifierFrame;
|
||||
pub use items::language_frame::LanguageFrame;
|
||||
pub use items::sync_text::{
|
||||
SyncTextContentType, SyncTextInformation, SynchronizedText, TimestampFormat,
|
||||
|
|
Loading…
Reference in a new issue