Added multi artists support

This commit is contained in:
emeric
2019-03-18 13:54:13 +01:00
parent 9538aa9de9
commit 202d447422
35 changed files with 593 additions and 555 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ namespace MetaData
class AvFormat : public Parser
{
public:
boost::optional<Items> parse(const boost::filesystem::path& p, bool debug = false) override;
boost::optional<Track> parse(const boost::filesystem::path& p, bool debug = false) override;
};
} // namespace MetaData