tiny tag editor: do not try to load comment tag
This commit is contained in:
@@ -177,7 +177,6 @@ bool TinyTagEditor::getTags()
|
|||||||
TagLib::FileRef f(path_to_file.c_str());
|
TagLib::FileRef f(path_to_file.c_str());
|
||||||
if (f.isNull())
|
if (f.isNull())
|
||||||
return false;
|
return false;
|
||||||
itsEdited.setComment(f.tag()->comment().to8Bit(1));
|
|
||||||
|
|
||||||
std::string ext = itsEdited.getURI();
|
std::string ext = itsEdited.getURI();
|
||||||
ext = lowercase(ext.substr(ext.rfind(".")+1));
|
ext = lowercase(ext.substr(ext.rfind(".")+1));
|
||||||
|
|||||||
Reference in New Issue
Block a user