try to index media immediately on import

Since indexing is supplemental, it can be made a background task that can occur
at more or less any time. So we run it as soon as possible.
This commit is contained in:
itsmattkc
2020-01-17 03:58:29 +11:00
parent 63b3c60017
commit 653709dc84
28 changed files with 410 additions and 735 deletions
+1 -1
View File
@@ -46,5 +46,5 @@ void ProjectLoadManager::Action()
project_file.close();
}
emit Finished();
emit Succeeeded();
}