mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-12-13 14:12:31 +00:00
Fix error message
Signed-off-by: Serial <69764315+Serial-ATA@users.noreply.github.com>
This commit is contained in:
parent
46a94874fa
commit
0126bbcd8f
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ impl TryFrom<metaflac::Tag> for OggTag {
|
|||
return Ok(tag);
|
||||
}
|
||||
|
||||
Err(LoftyError::InvalidData("Flac file contains invalid data"))
|
||||
Err(LoftyError::InvalidData("Flac file contains no vorbis comment blocks"))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue