Added an option to skip duplicated recording MBID. Fixes #180

This commit is contained in:
emeric
2022-02-02 13:31:23 +01:00
parent 71d6d4825f
commit 483cb1bdda
11 changed files with 46 additions and 19 deletions
@@ -98,6 +98,7 @@ namespace Scanner
std::atomic<bool> _abortScan {};
Wt::WIOService _ioService;
boost::asio::system_timer _scheduleTimer {_ioService};
const bool _skipDuplicateRecordingMBID {};
Events _events;
std::chrono::system_clock::time_point _lastScanInProgressEmit {};
Database::Session _dbSession;