mirror of
https://github.com/taglib/taglib.git
synced 2025-07-23 07:24:30 -04:00
Full read/write support for FLAC pictures
NEEDS MORE TESTING BUG:218696 git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@1212863 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
@ -134,8 +134,10 @@ MP4::File::save()
|
||||
return false;
|
||||
}
|
||||
|
||||
if(!isValid())
|
||||
if(!isValid()) {
|
||||
debug("MP4::File::save() -- Trying to save invalid file.");
|
||||
return false;
|
||||
}
|
||||
|
||||
return d->tag->save();
|
||||
}
|
||||
|
Reference in New Issue
Block a user