diff --git a/src/libs/database/include/database/Track.hpp b/src/libs/database/include/database/Track.hpp index 93ecf13b3..f01bdf4d8 100644 --- a/src/libs/database/include/database/Track.hpp +++ b/src/libs/database/include/database/Track.hpp @@ -83,7 +83,7 @@ namespace lms::db std::optional discNumber; // matching this disc number MediaLibraryId mediaLibrary; // If set, tracks in this library std::optional rating; - DirectoryId directory; // if set, tracks in this directory + DirectoryId directory; // if set, tracks in this directory FindParameters& setClusters(std::span _clusters) {