Made the cluster types that are displayed configurable in the release and artist view

This commit is contained in:
emeric
2018-05-11 13:42:25 +02:00
parent 6a96af5d48
commit 070d466380
15 changed files with 194 additions and 58 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ int main(int argc, char *argv[])
for (auto& parser : parsers)
{
boost::optional<MetaData::Items> items = parser->parse(argv[1]);
boost::optional<MetaData::Items> items = parser->parse(argv[1], true);
if (!items)
{