mirror of
https://github.com/taglib/taglib.git
synced 2025-11-17 07:02:53 -05:00
Spacing
This commit is contained in:
@ -835,7 +835,7 @@ MP4::Tag::setPictures(const PictureMap &l)
|
||||
++pictureListIt) {
|
||||
Picture picture = *pictureListIt;
|
||||
CoverArt::Format format;
|
||||
String mime = picture.mime();
|
||||
String mime = picture.mime();
|
||||
if(String("image/") == mime)
|
||||
format = CoverArt::Unknown;
|
||||
else if(String("image/bmp") == mime)
|
||||
|
||||
Reference in New Issue
Block a user