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
@@ -34,7 +34,7 @@ class AvFormat : public Parser
AvFormat(const ClusterTypes& clusterTypes = defaultClusterTypes);
boost::optional<Items> parse(const boost::filesystem::path& p);
boost::optional<Items> parse(const boost::filesystem::path& p, bool debug = false);
};
} // namespace MetaData