[DB] Added '\' as a multi genre separator

This commit is contained in:
emeric
2016-02-01 13:09:47 +01:00
parent e5d12c7aea
commit 4de5b64b6a
+1 -1
View File
@@ -171,7 +171,7 @@ AvFormat::parse(const boost::filesystem::path& p, Items& items)
{
// TODO use splitStrings
std::list<std::string> genres;
if (readList(it->second, ";,", genres))
if (readList(it->second, ";,\\", genres))
items.insert( std::make_pair(MetaData::Type::Genres, genres));
}