Fixed clang warnings

This commit is contained in:
emeric
2024-03-14 00:16:03 +01:00
parent 63651de4bb
commit 4c4bef266a
6 changed files with 48 additions and 10 deletions
@@ -44,10 +44,10 @@ namespace lms::scanner
db::MediaLibraryId id;
std::filesystem::path rootDirectory;
bool operator<=>(const MediaLibraryInfo& other) const = default;
auto operator<=>(const MediaLibraryInfo& other) const = default;
};
std::vector<MediaLibraryInfo> mediaLibraries;
bool operator<=>(const ScannerSettings& rhs) const = default;
bool operator==(const ScannerSettings& rhs) const = default;
};
}