mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-17 22:55:38 +00:00
Fixed an issue where custom collections where incorrectly sorted.
This commit is contained in:
parent
807a027c40
commit
aaef9257b5
|
@ -438,8 +438,6 @@ void CollectionSystemManager::updateCollectionSystem(FileData* file, CollectionS
|
|||
ViewController::get()->onFileChanged(rootFolder, FILE_METADATA_CHANGED);
|
||||
}
|
||||
else {
|
||||
rootFolder->getParent()->sort(rootFolder->getSortTypeFromString(
|
||||
rootFolder->getSortTypeString()), mFavoritesSorting);
|
||||
ViewController::get()->onFileChanged(
|
||||
rootFolder->getParent(), FILE_METADATA_CHANGED);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue