Fixed unset variable

This commit is contained in:
emeric
2024-11-05 22:21:56 +01:00
parent 472a5907ad
commit 908ef162f4
@@ -48,7 +48,7 @@ namespace lms::db
struct FindParameters
{
std::optional<Range> range;
ClusterSortMethod sortMethod;
ClusterSortMethod sortMethod{ ClusterSortMethod::None };
ClusterTypeId clusterType; // if non empty, clusters that belong to this cluster type
std::string clusterTypeName; // if non empty, clusters that belong to this cluster type
TrackId track; // if set, clusters involved in this track