Format the code
This commit is contained in:
@@ -21,8 +21,8 @@
|
|||||||
|
|
||||||
#include <filesystem>
|
#include <filesystem>
|
||||||
|
|
||||||
#include <Wt/WDateTime.h>
|
|
||||||
#include <Wt/Dbo/Dbo.h>
|
#include <Wt/Dbo/Dbo.h>
|
||||||
|
#include <Wt/WDateTime.h>
|
||||||
|
|
||||||
#include "database/ArtistId.hpp"
|
#include "database/ArtistId.hpp"
|
||||||
#include "database/ImageId.hpp"
|
#include "database/ImageId.hpp"
|
||||||
|
|||||||
@@ -336,7 +336,7 @@ namespace lms::scanner
|
|||||||
_abortScan,
|
_abortScan,
|
||||||
_db
|
_db
|
||||||
};
|
};
|
||||||
|
|
||||||
// Order is important
|
// Order is important
|
||||||
_scanSteps.clear();
|
_scanSteps.clear();
|
||||||
_scanSteps.push_back(std::make_unique<ScanStepDiscoverFiles>(params));
|
_scanSteps.push_back(std::make_unique<ScanStepDiscoverFiles>(params));
|
||||||
|
|||||||
Reference in New Issue
Block a user