diff --git a/src/tiny_tag_editor.cpp b/src/tiny_tag_editor.cpp index 585cf30d..1cc20334 100644 --- a/src/tiny_tag_editor.cpp +++ b/src/tiny_tag_editor.cpp @@ -177,7 +177,6 @@ bool TinyTagEditor::getTags() TagLib::FileRef f(path_to_file.c_str()); if (f.isNull()) return false; - itsEdited.setComment(f.tag()->comment().to8Bit(1)); std::string ext = itsEdited.getURI(); ext = lowercase(ext.substr(ext.rfind(".")+1));