From d004fd67a51c7d86ad62dbd9b71e5408dddbaeee Mon Sep 17 00:00:00 2001 From: Andrzej Rybczak Date: Tue, 2 Oct 2012 22:21:00 +0200 Subject: [PATCH] tiny tag editor: do not try to load comment tag --- src/tiny_tag_editor.cpp | 1 - 1 file changed, 1 deletion(-) 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));