Clear description encoding of TagValue

This commit is contained in:
Martchus 2018-03-11 22:27:55 +01:00
parent 59024a66a0
commit 706c410edb
1 changed files with 1 additions and 0 deletions

View File

@ -136,6 +136,7 @@ void TagValue::clearMetadata()
m_language.clear();
m_labeledAsReadonly = false;
m_encoding = TagTextEncoding::Latin1;
m_descEncoding = TagTextEncoding::Latin1;
m_type = TagDataType::Undefined;
}