mirror of
https://github.com/clangen/musikcube.git
synced 2025-01-01 17:58:29 +00:00
Forgot to reset the indexer status.
This commit is contained in:
parent
4cc5bbf5e9
commit
72af58320d
@ -482,6 +482,10 @@ void Indexer::ThreadLoop(){
|
||||
this->RestartSync(false);
|
||||
this->Synchronize();
|
||||
this->RunAnalyzers();
|
||||
{
|
||||
boost::mutex::scoped_lock oLock(this->oProgressMutex);
|
||||
this->iStatus = 0;
|
||||
}
|
||||
this->dbConnection.Close();
|
||||
|
||||
this->SynchronizeEnd();
|
||||
|
Loading…
Reference in New Issue
Block a user