tiny tag editor: deactivate artist album if no extended tags are supported

This commit is contained in:
Andrzej Rybczak
2010-01-23 21:03:13 +01:00
parent abc63f9d4c
commit 0dfa5f77fa

View File

@@ -208,8 +208,11 @@ bool TinyTagEditor::GetTags()
w->IntoSeparator(21);
if (!extendedTagsSupported(f.file()))
{
w->Static(10, 1);
for (size_t i = 15; i <= 17; ++i)
w->Static(i, 1);
}
w->Highlight(8);