Added WavPack support. fixes #195

This commit is contained in:
emeric
2022-01-31 20:18:41 +01:00
parent 644903bc02
commit 24d239f1e7
6 changed files with 24 additions and 19 deletions
@@ -26,7 +26,7 @@ namespace Database
class Session;
using Version = std::size_t;
static constexpr Version LMS_DATABASE_VERSION {32};
static constexpr Version LMS_DATABASE_VERSION {33};
class VersionInfo
{
public: