diff --git a/src/lib.rs b/src/lib.rs index f422a5a..286e8d4 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -92,7 +92,7 @@ //! - The `Serato RelVolAd` and the `Serato VidAssoc` tags haven't been reverse engineed yet, but //! preliminary support has been added. For now, they just return a tag version and a byte vector. //! - AAC files (among others) do not store metadata in tags, and use XML files in the -//! `_Serato_/Metadata` directory instead. No support has been added yet. +//! `_Serato_/Metadata` directory instead. No support has been added yet. //! - The cue colors stored in the metadata are *not* the same as displayed in Serato DJ Pro. //! Instead, they uses the color palette from Serato DJ Into. Serato then maps them to a new //! color palette. Support for converting between the two is currently missing. diff --git a/src/tag/format/enveloped.rs b/src/tag/format/enveloped.rs index 4a8c164..8130ca9 100644 --- a/src/tag/format/enveloped.rs +++ b/src/tag/format/enveloped.rs @@ -86,7 +86,7 @@ pub fn base64_encode(writer: &mut impl io::Write, input: &[u8]) -> Result