tiny tag editor: do not try to load comment tag

This commit is contained in:
Andrzej Rybczak
2012-10-02 22:21:00 +02:00
parent 6002fd8db4
commit d004fd67a5

View File

@@ -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));