Commit 2058e968 authored by Canek Peláez's avatar Canek Peláez
Browse files

FileTags: Fix bug when updating the album.

parent b8192b1c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -454,6 +454,8 @@ namespace MLM {
            define_text_value(FrameId.ALBUM, value);
            _album = string_frames.has_key(FrameId.ALBUM) ?
                string_frames[FrameId.ALBUM] : null;
            if (_album == null)
                return;
            var frame = tag.search_picture_frame(Id3Tag.PictureType.COVERFRONT);
            if (frame != null)
                frame.set_picture_description(value + " cover");