mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-04-06 10:53:07 +02:00
CollectionInfoBuilder.cpp edited online with Bitbucket
This commit is contained in:
@@ -308,8 +308,6 @@ bool CollectionInfoBuilder::ImportDirectory(CollectionInfo *info)
|
|||||||
|
|
||||||
closedir(dp);
|
closedir(dp);
|
||||||
|
|
||||||
info->SortItems();
|
|
||||||
|
|
||||||
while(includeFilter.size() > 0)
|
while(includeFilter.size() > 0)
|
||||||
{
|
{
|
||||||
std::map<std::string, Item *>::iterator it = includeFilter.begin();
|
std::map<std::string, Item *>::iterator it = includeFilter.begin();
|
||||||
@@ -329,5 +327,7 @@ bool CollectionInfoBuilder::ImportDirectory(CollectionInfo *info)
|
|||||||
|
|
||||||
MetaDB.InjectMetadata(info);
|
MetaDB.InjectMetadata(info);
|
||||||
|
|
||||||
|
info->SortItems();
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user