Song: add support for hiding duplicate tags

This commit is contained in:
Andrzej Rybczak
2016-10-30 19:01:11 +01:00
parent 126e954528
commit 6ebf00eb5d
6 changed files with 44 additions and 4 deletions

View File

@@ -103,6 +103,8 @@ struct Song
static std::string TagsSeparator;
static bool ShowDuplicateTags;
private:
std::shared_ptr<mpd_song> m_song;
size_t m_hash;