mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-12-13 22:22:31 +00:00
Attempt to get PictureInformation
during Tag
-> VorbisComments
conversion
This commit is contained in:
parent
065c70b176
commit
7ac73e40db
1 changed files with 1 additions and 1 deletions
|
@ -347,7 +347,7 @@ pub(crate) fn create_vorbis_comments_ref(
|
|||
let pictures = tag
|
||||
.pictures
|
||||
.iter()
|
||||
.map(|p| (p, PictureInformation::default()));
|
||||
.map(|p| (p, PictureInformation::from_picture(p).unwrap_or_default()));
|
||||
(vendor, items, pictures)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue